Skip to content

Commit c3705a0

Browse files
committed
ci
1 parent 495f99a commit c3705a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__flat_map/flat_multimap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class flat_multimap {
9393
static_assert(!is_same_v<_MappedContainer, std::vector<bool>>, "vector<bool> is not a sequence container");
9494

9595
template <bool _Const>
96-
using __iterator = _LIBCPP_NODEBUG __key_value_iterator<flat_multimap, _KeyContainer, _MappedContainer, _Const>;
96+
using __iterator _LIBCPP_NODEBUG = __key_value_iterator<flat_multimap, _KeyContainer, _MappedContainer, _Const>;
9797

9898
public:
9999
// types

0 commit comments

Comments
 (0)