TODO comments clean-up

This commit is contained in:
Mateusz Pusz
2019-12-17 20:15:38 +01:00
parent 80a13b1a94
commit 3decaecb52
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ public:
#if __GNUC__ >= 10
[[nodiscard]] friend constexpr auto operator<=>(const measurement& lhs, const measurement& rhs) = default;
[[nodiscard]] friend constexpr bool operator==(const measurement& lhs, const measurement& rhs) = default;
[[nodiscard]] friend constexpr bool operator==(const measurement& lhs, const measurement& rhs) = default; // TODO op== not needed (gcc bug)
#else