Pavel P
Pavel P
I'm wondering how using std::tie would overcome the issue: ``` /tmp/cirrus-ci-build/src/include/nanobench.h: In member function 'bool ankerl::nanobench::BigO::operator
I suspect it's an issue with msvc std lib: https://github.com/microsoft/STL/issues/5395
@InvisibleManVPN seems like the last build is broken. I have the same issue where it's not working at all. Do you have a vpn client without all that gui eye...
it's ridiculous that you can't even copy version info. 
> I suspect the cause is the Hyper-V installed on the machine. It has its own fancy ethernet interface(s). If You have Windows 11 Pro - try to install and...
IMO gcc is broken now on mingw/msys/cygwin without `-Wa,-muse-unaligned-vector-move`. I have an absolutely trivial c example that crashes. So, if `-Wa,-muse-unaligned-vector-move` fixes the issue OP reported, then it's likely gcc/ldd...
imo gcc is now broken for windows, I've had basic c code that doesn't use any zlib fail because of stack misalignment. I think I had some unit-tests where I...
I figured that I could use this one, but not sure how to call it. Here's sample code: ``` void Mul2(void* in, void* out) { const int* x = (int*)in;...
> Also, there is another driver with ability to call usermode shells with much more simple and straightforward implementation: https://github.com/HoShiMin/Kernel-Bridge/tree/master It looks like Kernel-Bridge or EnjoyTheRing0 both cannot be loaded...
Same issue here. I use default light theme. Also, it's common to have asm with c-preprocessor (aka .S), perhaps, the extension should be able to handle it. The extension is...