Stephan T. Lavavej
Stephan T. Lavavej
Please submit questions as separate issues - we have a Question issue template for this very purpose. As a special exception, I'll answer your questions here. (For the original issue...
I have not yet had a chance to finish filling out the 16.5 changelog which is what's holding this up. We need to prioritize C++20 feature work so this may...
@glevner No - our GitHub history is strictly linear, but 16.11.14 was a highly nonlinear backport where @CaseyCarter merged over 100 commits to an MSVC-internal release branch. We very briefly...
I have been severely overloaded, sorry. I wanted to have full release notes when I create the tags.
Done - enjoy! :tada: :package: :rocket:
As I mentioned on Discord, the `#ifdef EXHAUSTIVE` technique seen in a few other tests would be applicable. I don't think we need the full 2N combinatoric explosion for normal...
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.
Thanks for this highly nontrivial enhancement! :joy_cat: :tada: :rocket:
Yep - I have a fix stranded in our vNext branch in TFS (that avoids allocating the "proxy" object; I implemented the fix for all containers except `deque` and `vector`...
The iterator debugging overhaul that I wrote for vNext (in our stranded Team Foundation Version Control branch) entirely eliminated the proxy object, instead taking a lock whenever it needs to...