|
| file | algorithm |
| | Adaptations of algorithms from the Ranges TS.
|
| |
| file | charconv |
| | Provides std::from_chars and std::to_chars if not defined in the stl <charconv> header.
|
| |
| file | concepts |
| | The Concepts library.
|
| |
| file | filesystem |
| | This header includes C++17 filesystem support and imports it into namespace std::filesystem (independent of whether it is marked as "experimental").
|
| |
| file | iterator |
| | Provides C++20 additions to the <iterator> header.
|
| |
| file | new |
| | Provides C++17/20 additions to the <new> header, if they are not already available.
|
| |
| file | ranges |
| | Adaptations of concepts from the Ranges TS.
|
| |
| file | span |
| | Provides std::span from the C++20 standard library.
|
| |
| file | type_traits |
| | Provides C++20 additions to the type_traits header.
|
| |