Skip to content

Commit cda06da

Browse files
committedAug 23, 2018
Comment out #define __cpp_lib_node_extract, we only support half of that functionality
Differential revision: https://reviews.llvm.org/D51172 llvm-svn: 340544
1 parent 6b58fa7 commit cda06da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎libcxx/include/__node_handle

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
2626

2727
#if _LIBCPP_STD_VER > 14
2828

29-
#define __cpp_lib_node_extract 201606L
29+
// FIXME: Uncomment this when we support the 'merge' functionality.
30+
// #define __cpp_lib_node_extract 201606L
3031

3132
// Specialized in __tree & __hash_table for their _NodeType.
3233
template <class _NodeType, class _Alloc>

0 commit comments

Comments
 (0)
Please sign in to comment.