Skip to content

Commit f2c8663

Browse files
committed
[runtime_cxxmodules] Export chrono file clock with std_filesystem module
Ensure _FilesystemClock is available with <filesystem>
1 parent 1b9471f commit f2c8663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interpreter/cling/include/cling/std_darwin.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ module std_expected [system] {
7979
}
8080
module std_filesystem [system] {
8181
header "filesystem"
82+
// make sure the clock definition comes in together with <filesystem>
83+
export std_private_chrono_file_clock
8284
export *
8385
}
8486
module std_format [system] {

0 commit comments

Comments
 (0)