From 5f21106a0284a036998d32acc2e5cde654d9a364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Sun, 31 May 2020 14:03:18 -0400 Subject: [PATCH] refactor: deduction guide to be unconstrained --- 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 46f489d6..51b869d7 100644 --- a/src/include/units/quantity_point.h +++ b/src/include/units/quantity_point.h @@ -199,7 +199,7 @@ public: #endif }; -template U, Scalar Rep> +template quantity_point(quantity) -> quantity_point; [[nodiscard]] constexpr QuantityPoint AUTO operator+(const QuantityPoint AUTO& lhs, const Quantity AUTO& rhs)