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 25d917a commit 4600ee7Copy full SHA for 4600ee7
libcxx/modules/std/flat_map.inc
@@ -8,6 +8,7 @@
8
//===----------------------------------------------------------------------===//
9
10
export namespace std {
11
+#if _LIBCPP_STD_VER >= 23
12
// [flat.map], class template flat_map
13
using std::flat_map;
14
@@ -19,6 +20,7 @@ export namespace std {
19
20
// [flat.map.erasure], erasure for flat_map
21
using std::erase_if;
22
23
+#endif // _LIBCPP_STD_VER >= 23
24
#if 0
25
// [flat.multimap], class template flat_multimap
26
using std::flat_multimap;
0 commit comments