diff --git a/src/include/units/quantity_point.h b/src/include/units/quantity_point.h index d80711b5..a4ca78a4 100644 --- a/src/include/units/quantity_point.h +++ b/src/include/units/quantity_point.h @@ -85,7 +85,7 @@ public: template requires requires(Q q) { ++q; } constexpr quantity_point& operator++() - // requires requires(quantity_type) { ++q; } // TODO gated by gcc-9 (fixed in gcc-10) + // requires requires(quantity_type q) { ++q; } // TODO gated by gcc-9 (fixed in gcc-10) { ++q_; return *this;