erik.pilkington created this revision. erik.pilkington added reviewers: ldionne, mclow.lists, hans. Herald added a reviewer: EricWF. Herald added subscribers: dexonsmith, christof.
The other half of this is in https://reviews.llvm.org/D48896, so we shouldn't claim that we support this feature. This should be cherry-picked into the 7.0 release, since I believe the first half landed before the branch point. Repository: rCXX libc++ https://reviews.llvm.org/D51172 Files: libcxx/include/__node_handle Index: libcxx/include/__node_handle =================================================================== --- libcxx/include/__node_handle +++ libcxx/include/__node_handle @@ -26,7 +26,8 @@ #if _LIBCPP_STD_VER > 14 -#define __cpp_lib_node_extract 201606L +// FIXME: Uncomment this when we support the 'merge' functionality. +// #define __cpp_lib_node_extract 201606L // Specialized in __tree & __hash_table for their _NodeType. template <class _NodeType, class _Alloc>
Index: libcxx/include/__node_handle =================================================================== --- libcxx/include/__node_handle +++ libcxx/include/__node_handle @@ -26,7 +26,8 @@ #if _LIBCPP_STD_VER > 14 -#define __cpp_lib_node_extract 201606L +// FIXME: Uncomment this when we support the 'merge' functionality. +// #define __cpp_lib_node_extract 201606L // Specialized in __tree & __hash_table for their _NodeType. template <class _NodeType, class _Alloc>
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits