Skip to content

Commit a3b979f

Browse files
devajithvsRoot Persona
authored andcommitted
Add format to modulemap
This will speed up the compilation compilation time when including <format> in root.
1 parent f69d365 commit a3b979f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)