|
|
|
|
|
by stochastic_monk
2657 days ago
|
|
You’re right. For a few examples: Smart pointers (unique, shared, auto), now part of the standard
<random>
The new Filesystem TR
unordered_{map,set}
enable_if/type_traits Some is probably less important, but they’ve been instrumental in moving the C++ standard library forward. |
|