cpp-utilities/chrono
Martchus d8605b50b0 Ensure `chars_format` is defined for older versions of libstdc++
Versions older than 10 don't even define this enum class. Note that libc++
always seems to define it even though it doesn't implement the FP overloads
at all at this point.

By the way, this means the minimum GCC version is 8 and the minimum libc++
version is 7 because for this code to work the `charconv` header still
needs to be present at all.
2023-12-11 19:59:46 +01:00
..
datetime.cpp Remove TODOs about parsing/printing custom formats 2023-11-23 20:24:44 +01:00
datetime.h Add useful operators to `DateTimeExpression` 2022-08-13 14:10:40 +02:00
format.h Add formatting for `DateTimeExpression` 2022-08-13 14:41:24 +02:00
period.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
period.h Use consistent order for visibility attribute 2020-01-29 18:30:02 +01:00
timespan.cpp Ensure `chars_format` is defined for older versions of libstdc++ 2023-12-11 19:59:46 +01:00
timespan.h Add `TickType` and integer overloads to chrono utilities 2022-02-15 23:01:25 +01:00