6466e58f94f3f8ef5c9a97e5644113e09c841daa
* For format, all a type must do is implement to_stream. * For parse, each type X must specialize parse_manip<X,CharT,Traits>. Each specialization must include a public typedef to itself named type. * Each parse_manip specialization must have a stream extraction operator. * This commit depends on expression-SFINAE. If this commit breaks your build, it is likely that your compiler/version does not support expression-SFINAE. To fix this NO_EXPRESSION_SFINAE needs to be defined in the configuration area of date.h for that compiler/version.
Description
A date and time library based on the C++11/14/17 <chrono> header
4.7 MiB
Languages
C++
98.3%
Objective-C++
1%
Shell
0.5%
C
0.1%