File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
interpreter/cling/include/cling Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,11 @@ module "std" [system] {
304
304
// export *
305
305
// header "setjmp.h"
306
306
// }
307
+ module "span" {
308
+ requires cplusplus20
309
+ export *
310
+ header "span"
311
+ }
307
312
module "sstream" {
308
313
export *
309
314
header "sstream"
@@ -446,6 +451,11 @@ module "std" [system] {
446
451
export *
447
452
header "bits/exception_defines.h"
448
453
}
454
+ module "bits_invoke_h" {
455
+ export *
456
+ export bits_move_h
457
+ header "bits/invoke.h"
458
+ }
449
459
module "bits/ios_base.h" {
450
460
export *
451
461
header "bits/ios_base.h"
@@ -459,6 +469,10 @@ module "std" [system] {
459
469
export *
460
470
header "bits/locale_facets.h"
461
471
}
472
+ module "bits_move_h" {
473
+ export *
474
+ header "bits/move.h"
475
+ }
462
476
module "bits_stl_algobase_h" {
463
477
export *
464
478
header "bits/stl_algobase.h"
@@ -516,6 +530,13 @@ module "std" [system] {
516
530
export initializer_list
517
531
header "bits/ranges_base.h"
518
532
}
533
+ module "bits/ranges_util.h" [optional] {
534
+ requires cplusplus20
535
+ export *
536
+ export bits_invoke_h
537
+ export utility
538
+ header "bits/ranges_util.h"
539
+ }
519
540
module "bits_stl_algo_h" {
520
541
export *
521
542
header "bits/stl_algo.h"
You can’t perform that action at this time.
0 commit comments