Skip to content

Commit 2537898

Browse files
ldionnehuixie90
authored andcommitted
Try fixing modules issue
1 parent 5497cf1 commit 2537898

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/utils/libcxx/test/modules.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
# same definition.
9393
ExtraHeader["functional"] = "v1/__compare/compare_three_way.h$"
9494

95+
# <flat_set> reuses some functionality defined inside <flat_map>
96+
ExtraHeader["flat_set"] = "v1/__flat_map/sorted_unique.h$"
97+
9598
# Some C compatibility headers define std::size_t, which is in <__cstddef/size_t.h>
9699
for header in ("cstdio", "cstdlib", "cstring", "ctime", "cuchar", "cwchar"):
97100
ExtraHeader[header] = "v1/__cstddef/size_t.h$"

0 commit comments

Comments
 (0)