Howard Hinnant
d15491103b
Move chrono_io.h functionality into date.h.
2017-04-13 21:01:47 -04:00
Howard Hinnant
05db422ca9
Respect width and padding in "chrono_io.h"
2017-04-13 18:02:26 -04:00
Howard Hinnant
3ab6510cab
Update copyright to 2017
2017-03-21 21:52:51 -04:00
Gaspard Petit
a811a20748
Fixes minor typos in comments - no actual change to code
2017-03-08 11:28:35 -05:00
Howard Hinnant
f66af06870
Simplify implementation details of "chrono_io.h"
2016-10-08 15:03:33 -04:00
Quentin Khan
1ace59fc98
Fix c++11 msl overloads return expression
...
The implementation of these functions used the expression:
return {1, 'x'};
This call the initializer list constructor of basic_string. Which lead
to two char strings.
This changes the expression to:
return {'x'};
2016-08-03 14:41:13 +02:00
Howard Hinnant
d53be31f73
Introduce chrono_io.h
2016-07-30 17:45:38 -04:00