Search⌘ K

Compiler Support

Explore the compiler support status for key C++17 library features such as std::byte, improved map and set methods, sampling algorithms, and polymorphic allocators. Understand which compilers and versions support these updates to help you effectively leverage new capabilities in your C++ projects.

We'll cover the following...

Compiler support

Feature GCC Clang MSVC
std::byte 7.1 5.0 VS 2017 15.3
Improvements for Maps and Sets 7.0 3.9 VS 2017 15.5
...