Cameron Angus
Cameron Angus
## Expected Behavior `ut` should not interfere with usage of STL. ## Actual Behavior With MSVC STL, inclusion of `ut.hpp` alongside `` results in `operator |` overload ambiguity errors. ##...
It's a minor issue, but the colouring of `#include`s leads to confusion when using Visual Studio's built-in `git diff` features. At a glance, it looks like all includes are source...
One thing that becomes clear quite quickly when analysing using CompileScore is the dependency on `#include` order, and how that has to be taken into account when interpreting results. By...
I have a json `value` which I want to serialize to a string type which uses a custom allocator, and cannot allow the default global allocator to be used during...
### Windows Terminal version 1.18.3181.0 ### Windows build number 10.0.19045.0 ### Other Software _No response_ ### Steps to reproduce - In Terminal settings, `Default terminal application` is _Windows Terminal_, `Launch...
Specifically with the `debug` build configuration, attempting to start the editor with the Visual Studio debugger attached causes Visual Studio to become unresponsive for a prolonged period, during which its...
The following simple repro will generate multiple definition linker errors on Windows (regardless of link.exe or lld-link.exe, so appears the issue is with clang emitting symbols for every TU importing...