From 5a72983c47ec78996945f0185ed9cf6e5d79a850 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 1 Mar 2020 14:50:01 +0100 Subject: [PATCH] Removed an old TODO comment --- src/include/units/physical/si/temperature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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