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:
Jonas Hahnfeld 2023-04-28 14:35:14 +02:00 committed by jenkins
parent 664f0837d4
commit 03f61a8ac9

View File

@ -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"
}
}