summaryrefslogtreecommitdiff
path: root/libcxx/include/__flat_map/flat_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__flat_map/flat_map.h')
-rw-r--r--libcxx/include/__flat_map/flat_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__flat_map/flat_map.h b/libcxx/include/__flat_map/flat_map.h
index b66bc1cb66fc..9fe84250b120 100644
--- a/libcxx/include/__flat_map/flat_map.h
+++ b/libcxx/include/__flat_map/flat_map.h
@@ -90,7 +90,7 @@ class flat_map {
static_assert(!is_same_v<_MappedContainer, std::vector<bool>>, "vector<bool> is not a sequence container");
template <bool _Const>
- using __iterator = __key_value_iterator<flat_map, _KeyContainer, _MappedContainer, _Const>;
+ using __iterator _LIBCPP_NODEBUG = __key_value_iterator<flat_map, _KeyContainer, _MappedContainer, _Const>;
public:
// types