Extend for C++20 with gcc11
The new header bits/uses_allocator_args.h requires a module to solve merging issues with C++20, but did not exist in older versions.
This commit is contained in:
parent
664f0837d4
commit
03f61a8ac9
@ -530,4 +530,9 @@ module "std" [system] {
|
||||
export bits_stl_algobase_h
|
||||
header "bits/uniform_int_dist.h"
|
||||
}
|
||||
module "bits/uses_allocator_args.h" [optional] {
|
||||
requires cplusplus20
|
||||
export *
|
||||
header "bits/uses_allocator_args.h"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user