diff --git a/src/include/units/physical/si/temperature.h b/src/include/units/physical/si/temperature.h index ca409638..79ee6398 100644 --- a/src/include/units/physical/si/temperature.h +++ b/src/include/units/physical/si/temperature.h @@ -38,7 +38,7 @@ inline namespace literals { // K constexpr auto operator"" q_K(unsigned long long l) { return temperature(l); } -constexpr auto operator"" q_K(long double l) { return temperature(l); } // TODO: conflicts with gcc GNU extension +constexpr auto operator"" q_K(long double l) { return temperature(l); } } // namespace literals