Conrad Poelman

Results 2 comments of Conrad Poelman

We just upgraded our compilers to the latest MSVC 2019 16.7 and started getting an error `_BACKUP_ITERATOR_DEBUG_LEVEL undeclared identifier` in the standard `` header with: `#include ` `#include ` Applying...

Just a data point: updating to a Visual Studio version with `[[nodiscard]]` on `std::lock_guard` immediately identified a few bugs in our own code, and one in clang-tools-extra. (And zero of...