summaryrefslogtreecommitdiff
path: root/libcxx/include/__node_handle
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__node_handle')
-rw-r--r--libcxx/include/__node_handle4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/__node_handle b/libcxx/include/__node_handle
index d0b35bfd1934..8f32f2de8339 100644
--- a/libcxx/include/__node_handle
+++ b/libcxx/include/__node_handle
@@ -188,10 +188,10 @@ struct __map_node_handle_specifics {
};
template <class _NodeType, class _Alloc>
-using __set_node_handle = __basic_node_handle< _NodeType, _Alloc, __set_node_handle_specifics>;
+using __set_node_handle _LIBCPP_NODEBUG = __basic_node_handle< _NodeType, _Alloc, __set_node_handle_specifics>;
template <class _NodeType, class _Alloc>
-using __map_node_handle = __basic_node_handle< _NodeType, _Alloc, __map_node_handle_specifics>;
+using __map_node_handle _LIBCPP_NODEBUG = __basic_node_handle< _NodeType, _Alloc, __map_node_handle_specifics>;
template <class _Iterator, class _NodeType>
struct _LIBCPP_TEMPLATE_VIS __insert_return_type {