...
This commit is contained in:
@@ -142,7 +142,8 @@ static constexpr void mcc_tp2tp(const T1& from_tp1, T2& to_tp)
|
||||
/* JULIAN DAY CLASS CONCEPT */
|
||||
|
||||
template <typename T>
|
||||
concept mcc_julday_c = mcc_fp_type_like_c<T> && requires(const T v) {
|
||||
concept mcc_julday_c = mcc_fp_type_like_c<T> || requires(const T v) {
|
||||
// concept mcc_julday_c = mcc_fp_type_like_c<T> && requires(const T v) {
|
||||
// modified Julian Day
|
||||
{ v.MJD() } -> std::convertible_to<double>;
|
||||
// comparison operators
|
||||
|
||||
Reference in New Issue
Block a user