From dcbadfe285b9fbe6357604537ae7d44d430f84c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Sun, 31 May 2020 15:46:10 -0400 Subject: [PATCH] fix: commented out requirement --- src/include/units/quantity_point.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;