Good news, /clr builds will soon add C++ 20 support!
Managed C++/CLI
2
Posts
2
Posters
23
Views
1
Watching
-
Here's some good news for anyone dealing with C++/CLI: Stephan Lavavej recently committed changes to the VC STL which will remove a number of the roadblocks and warnings we've hit using C++/CLI in recent years. The rest of our codebase is moving to use C++20 constructs and the /clr code has had problems. The PR: Enable /clr C++ 20 support #3194 John
-
Here's some good news for anyone dealing with C++/CLI: Stephan Lavavej recently committed changes to the VC STL which will remove a number of the roadblocks and warnings we've hit using C++/CLI in recent years. The rest of our codebase is moving to use C++20 constructs and the /clr code has had problems. The PR: Enable /clr C++ 20 support #3194 John