mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 19:34:29 +02:00
Removed an old TODO comment
This commit is contained in:
@@ -38,7 +38,7 @@ inline namespace literals {
|
|||||||
|
|
||||||
// K
|
// K
|
||||||
constexpr auto operator"" q_K(unsigned long long l) { return temperature<kelvin, std::int64_t>(l); }
|
constexpr auto operator"" q_K(unsigned long long l) { return temperature<kelvin, std::int64_t>(l); }
|
||||||
constexpr auto operator"" q_K(long double l) { return temperature<kelvin, long double>(l); } // TODO: conflicts with gcc GNU extension
|
constexpr auto operator"" q_K(long double l) { return temperature<kelvin, long double>(l); }
|
||||||
|
|
||||||
} // namespace literals
|
} // namespace literals
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user