Showing results for Visual C++ - C++ Team Blog

Jul 6, 2018
1
0

MSVC Preprocessor Progress towards Conformance

Ulzii Luvsanbat [MSFT]
Ulzii Luvsanbat [MSFT]

Why re-write the preprocessor? Recently, we published a blog post on C++ conformance completion. As mentioned in the blog post, the preprocessor in MSVC is currently getting an overhaul. We are doing this to improve its language conformance, address some of the longstanding bugs that were difficult to fix due to its design and improve its ...

AnnouncementNew FeatureExperimental
Aug 23, 2016
0
0

Range-v3 on MSVC is Available on GitHub

EricMittelette
EricMittelette

We are delighted to announce that the Visual C++ Team just published an implementation of range-v3 on the Microsoft GitHub repo. This contribution comes hot on the heels of our recent work to improve expression SFINAE on our Visual Studio 2015 Update 3 VC++ compiler . This is the first implementation of the Range TS running in MSVC. In “Ranges ...

Announcement

Feedback