Skip to content

Commit 4600ee7

Browse files
committed
ci
1 parent 25d917a commit 4600ee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/modules/std/flat_map.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99

1010
export namespace std {
11+
#if _LIBCPP_STD_VER >= 23
1112
// [flat.map], class template flat_map
1213
using std::flat_map;
1314

@@ -19,6 +20,7 @@ export namespace std {
1920
// [flat.map.erasure], erasure for flat_map
2021
using std::erase_if;
2122

23+
#endif // _LIBCPP_STD_VER >= 23
2224
#if 0
2325
// [flat.multimap], class template flat_multimap
2426
using std::flat_multimap;

0 commit comments

Comments
 (0)