We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b58fa7 commit cda06daCopy full SHA for cda06da
libcxx/include/__node_handle
@@ -26,7 +26,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
26
27
#if _LIBCPP_STD_VER > 14
28
29
-#define __cpp_lib_node_extract 201606L
+// FIXME: Uncomment this when we support the 'merge' functionality.
30
+// #define __cpp_lib_node_extract 201606L
31
32
// Specialized in __tree & __hash_table for their _NodeType.
33
template <class _NodeType, class _Alloc>
0 commit comments