tomaszkam / date

A date and time library based on the C++11/14/17 <chrono> header
Other
0 stars 0 forks source link

[EDIT] Define hh_mm_ss::operator<< in terms of format #38

Closed tomaszkam closed 5 years ago

tomaszkam commented 5 years ago

After D1361 and P1466 are accepted together, then the hh_mm_ss::operator<< paper need to be defined in terms of the calls to std::format, as any other paper do.

tomaszkam commented 5 years ago

Fixed editorially in https://github.com/cplusplus/draft/commit/584a87ec1d48862b9e68a269d0a5eb7b05d6999d. To be updated with https://github.com/tomaszkam/date/issues/23.