...
This commit is contained in:
@@ -18,6 +18,12 @@ namespace mcc
|
||||
typedef std::chrono::system_clock::time_point MccTimePoint;
|
||||
|
||||
|
||||
template <traits::mcc_time_duration_c DT>
|
||||
static constexpr DT mcc_infinite_duration_v =
|
||||
std::floating_point<typename DT::rep> ? DT{std::numeric_limits<typename DT::rep>::infinity()}
|
||||
: DT{std::numeric_limits<typename DT::rep>::max()};
|
||||
|
||||
|
||||
/* DEFAULT JULIAN DAY CLASS */
|
||||
|
||||
struct MccJulianDay {
|
||||
|
||||
Reference in New Issue
Block a user