Merge safe-duration-cast.h into chrono.h

This commit is contained in:
Victor Zverovich
2019-11-20 08:05:18 -08:00
parent 093e554211
commit 092d2dc7b2
3 changed files with 281 additions and 300 deletions
+1 -2
View File
@@ -150,8 +150,7 @@ endfunction()
# Define the fmt library, its includes and the needed defines.
add_headers(FMT_HEADERS chrono.h color.h compile.h core.h format.h format-inl.h
locale.h ostream.h posix.h printf.h ranges.h
safe-duration-cast.h)
locale.h ostream.h posix.h printf.h ranges.h)
set(FMT_SOURCES src/format.cc src/posix.cc)
add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS} README.rst ChangeLog.rst)