Showing results for CPP - C++ Team Blog

Nov 1, 2016
0
0

Vcpkg updates: Static linking is now available

EricMittelette
EricMittelette

One month ago, we announced the availability of Vcpkg a command line tool to easily acquire and build open source C++ lib and consume it in Visual Studio 2015. The initial release provided only dynamic link libraries, but we heard your feedback, and we are pleased to announce static linking support with Vcpkg. To generate static libraries, use one...

AnnouncementVcpkg
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 for...

Announcement