Paul Groke
Paul Groke
Hi, having Boost headers available would be good. Boost contains many libraries that feature entirely non-trivial code. Having a tool like cppinsights available that can help answer questions like which...
There seems to be a bug in current Windows Server versions which leads to leaking the kernel's "process object", and it's triggered by how c-ares uses UDP sockets, namely using...
Is it possible that Dr.Memory is not compatible with Visual C++'s /JMC switch? I'm getting a lot of `UNADDRESSABLE ACCESS` issues in `__CheckForDebuggerJustMyCode`. If that's a limitation I think it...
see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51577 ADL seems to work properly when we do the SFINAE check via the return type, but not when using a dummy template parameter fix #3992
**Does the feature exist in the most recent commit?** No. **Why do we need this feature?** GCC versions up to (including) 11 have a bug where GCC will sometimes find...
**Does the feature exist in the most recent commit?** No, see https://github.com/google/googletest/blob/main/googletest/include/gtest/internal/gtest-port.h#L534 **Why do we need this feature?** It's possible to patch/replace `gtest/internal/custom/gtest-port.h` or build everything with `-DGTEST_HAS_PTHREAD=1` to enable...
IMO it's often useful to have stable links to sections of a document, even if the header text is changed (e.g. typo fixed or rephrased for improved clarity). So it...