diff --git a/www/TS_deprecation.html b/www/TS_deprecation.html index 75ca0e16a..a8dd8c183 100644 --- a/www/TS_deprecation.html +++ b/www/TS_deprecation.html @@ -48,22 +48,22 @@
Section | Feature | shipped in std | To be removed from std::experimental | Notes |
---|---|---|---|---|
2.1 | uses_allocator construction | |||
3.1.2 | erased_type | Not part of C++17 | ||
3.2.1 | tuple_size_v | |||
3.2.2 | apply | |||
3.3.1 | All of the '_v' traits in <type_traits> | |||
3.1.2 | erased_type | Not part of C++17 | ||
3.2.1 | tuple_size_v | Removed | ||
3.2.2 | apply | Removed | ||
3.3.1 | All of the '_v' traits in <type_traits> | Removed | ||
3.3.2 | invocation_type and raw_invocation_type | Not part of C++17 | ||
3.3.3 | Logical operator traits | |||
3.3.3 | Logical operator traits | Removed | ||
3.3.3 | Detection Idiom | Only partially in C++17 | ||
3.4.1 | All of the '_v' traits in <ratio> | |||
3.5.1 | All of the '_v' traits in <chrono> | |||
3.6.1 | All of the '_v' traits in <system_error> | |||
3.4.1 | All of the '_v' traits in <ratio> | Removed | ||
3.5.1 | All of the '_v' traits in <chrono> | Removed | ||
3.6.1 | All of the '_v' traits in <system_error> | Removed | ||
3.7 | propagate_const | Not part of C++17 | ||
4.2 | Enhancements to function | |||
4.3 | searchers | |||
5 | optional | |||
6 | any | |||
7 | string_view | |||
5 | optional | Removed | ||
6 | any | Removed | ||
7 | string_view | Removed | ||
8.2.1 | shared_ptr enhancements | |||
8.2.2 | weak_ptr enhancements | |||
8.5 | memory_resource | |||
11.2 | promise | Not part of C++17 | ||
11.3 | packaged_task | Not part of C++17 | ||
12.2 | search | |||
12.3 | sample | |||
12.3 | sample | Removed | ||
12.4 | shuffle | Not part of C++17 | ||
13.1 | gcd and lcm | |||
13.1 | gcd and lcm | Removed | ||
13.2 | Random number generation | Not part of C++17 | ||
14 | Reflection Library | Not part of C++17 |
Last Updated: 8-Jan-2018
+Last Updated: 8-Feb-2018