Skip to content

Commit 4ca4c44

Browse files
committed
[modulemap] Add format to modulemap
This will speed up the compilation compilation time when including <format> in root.
1 parent 6ecfefe commit 4ca4c44

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

interpreter/cling/include/cling/std.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ module "std" [system] {
161161
export *
162162
header "fstream"
163163
}
164+
module "format" {
165+
requires cplusplus20
166+
export *
167+
header "format"
168+
}
164169
module "functional" {
165170
export *
166171
header "functional"

0 commit comments

Comments
 (0)