We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495f99a commit c3705a0Copy full SHA for c3705a0
libcxx/include/__flat_map/flat_multimap.h
@@ -93,7 +93,7 @@ class flat_multimap {
93
static_assert(!is_same_v<_MappedContainer, std::vector<bool>>, "vector<bool> is not a sequence container");
94
95
template <bool _Const>
96
- using __iterator = _LIBCPP_NODEBUG __key_value_iterator<flat_multimap, _KeyContainer, _MappedContainer, _Const>;
+ using __iterator _LIBCPP_NODEBUG = __key_value_iterator<flat_multimap, _KeyContainer, _MappedContainer, _Const>;
97
98
public:
99
// types
0 commit comments