Stephan T. Lavavej
Stephan T. Lavavej
Compiler-dependent C++23/26 features will remain blocked (unless and until Clang implements any necessary builtins). There's no rule that dogs can't play basketball and no rule that we can't start C++26...
@cor3ntin Yes: https://github.com/orgs/microsoft/projects/1142/views/2?filterQuery=status%3ABlocked https://github.com/orgs/microsoft/projects/1143/views/2?filterQuery=label%3Acompiler
There are no specific blockers. Somebody just needs to sit down and carefully compare the feature branch to the current Working Paper, verifying that the product code is all correct,...
VS 18.0 will continue preserving bincompat.
It sure looks like this is an MSVC compiler `consteval` bug to me, given that Clang accepts MSVC's STL here: ``` C:\Temp>type meow.cpp ``` ```cpp #include template constexpr bool not_equal(T...
I recall some changes being made to vcruntime, in addition to a new "vcplatform" layer being added. I don't recall any ConcRT changes; we'll be able to drop the ConcRT...
It did drop XP targeting support (in the IDE, etc.) but unfortunately we can’t remove it from our DLLs, as that would damage any XP machines if the redist were...
@MikeGitb > Would it make sense to create an entirely separate branch here on github that is just a copy-paste version of you internal TFS branch just to give it...
We're currently planning to finish C++20 (hopefully in 2020) before working on vNext (hopefully in H1 2021).
The issues with that are: 1. The vNext changes we accumulated a few years ago are stranded in Team Foundation Version Control (before the MSVC-internal repo moved to git) and...