diff options
| author | Erik Pilkington <erik.pilkington@gmail.com> | 2018-10-31 17:31:35 +0000 |
|---|---|---|
| committer | Erik Pilkington <erik.pilkington@gmail.com> | 2018-10-31 17:31:35 +0000 |
| commit | 5c4e07ae5c6f7f467b436f1b24f41ef4cf9897b3 (patch) | |
| tree | 69a408ee04a99d007a9471160c16bea24433d296 /libcxx/include/version | |
| parent | 3b39040ad44d921e1b273fe3bbfeeaa280d0cb8f (diff) | |
| download | bcm5719-llvm-5c4e07ae5c6f7f467b436f1b24f41ef4cf9897b3.tar.gz bcm5719-llvm-5c4e07ae5c6f7f467b436f1b24f41ef4cf9897b3.zip | |
Second half of C++17's splicing maps and sets
This commit adds a merge member function to all the map and set containers,
which splices nodes from the source container. This completes support for
P0083r3.
Differential revision: https://reviews.llvm.org/D48896
llvm-svn: 345744
Diffstat (limited to 'libcxx/include/version')
| -rw-r--r-- | libcxx/include/version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/version b/libcxx/include/version index 6e61693cf85..aca84f8edf0 100644 --- a/libcxx/include/version +++ b/libcxx/include/version @@ -110,6 +110,7 @@ __cpp_lib_void_t 201411L <type_traits> # define __cpp_lib_filesystem 201703L # define __cpp_lib_invoke 201411L # define __cpp_lib_void_t 201411L +# define __cpp_lib_node_extract 201606L #endif #if _LIBCPP_STD_VER > 17 |

