Howard Hinnant 6466e58f94 Simplify the implementation of format and parse:
* 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.
2017-02-26 14:10:25 -05:00
2016-07-30 23:15:02 -04:00
2016-05-30 15:08:46 -04:00
2016-10-16 23:13:36 -04:00
2016-06-27 22:36:48 -04:00
2016-07-04 16:33:59 -04:00
2016-06-09 22:28:52 -04:00
2016-06-26 18:49:51 -04:00
2016-06-27 22:36:48 -04:00
S
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%