Skip to content

Commit

Permalink
[libc++] Modularize <chrono>
Browse files Browse the repository at this point in the history
I didn't split the calendar bits more than this because there was little
benefit to doing it, and I know our calendar support is incomplete.
Whoever picks up the missing calendar bits can organize these headers
at their leisure.

Differential Revision: https://reviews.llvm.org/D116965
  • Loading branch information
ldionne committed Jan 14, 2022
1 parent 92f8a0f commit 5726e55
Show file tree
Hide file tree
Showing 73 changed files with 2,574 additions and 2,153 deletions.
7 changes: 7 additions & 0 deletions libcxx/include/CMakeLists.txt
Expand Up @@ -104,6 +104,13 @@ set(files
__charconv/chars_format.h
__charconv/from_chars_result.h
__charconv/to_chars_result.h
__chrono/calendar.h
__chrono/duration.h
__chrono/file_clock.h
__chrono/high_resolution_clock.h
__chrono/steady_clock.h
__chrono/system_clock.h
__chrono/time_point.h
__compare/common_comparison_category.h
__compare/compare_three_way.h
__compare/compare_three_way_result.h
Expand Down

0 comments on commit 5726e55

Please sign in to comment.