forked from OSchip/llvm-project
Comment out #define __cpp_lib_node_extract, we only support half of that functionality
Differential revision: https://reviews.llvm.org/D51172 llvm-svn: 340544
This commit is contained in:
parent
6b58fa7120
commit
cda06daf3f
|
@ -26,7 +26,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
|
|||
|
||||
#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>
|
||||
|
|
Loading…
Reference in New Issue