File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3333#include < __functional/invoke.h>
3434#include < __functional/is_transparent.h>
3535#include < __functional/operations.h>
36+ #include < __fwd/vector.h>
3637#include < __iterator/concepts.h>
3738#include < __iterator/distance.h>
3839#include < __iterator/iterator_traits.h>
Original file line number Diff line number Diff line change 3535#include < __functional/invoke.h>
3636#include < __functional/is_transparent.h>
3737#include < __functional/operations.h>
38+ #include < __fwd/vector.h>
3839#include < __iterator/concepts.h>
3940#include < __iterator/distance.h>
4041#include < __iterator/iterator_traits.h>
Original file line number Diff line number Diff line change @@ -1243,10 +1243,12 @@ module std [system] {
12431243 module flat_map {
12441244 header "__flat_map/flat_map.h"
12451245 export std.vector.vector
1246+ export std.vector.fwd
12461247 }
12471248 module flat_multimap {
12481249 header "__flat_map/flat_multimap.h"
12491250 export std.vector.vector
1251+ export std.vector.fwd
12501252 }
12511253 module key_value_iterator { header "__flat_map/key_value_iterator.h" }
12521254 module sorted_equivalent { header "__flat_map/sorted_equivalent.h" }
You can’t perform that action at this time.
0 commit comments