From ec3f0000507be608d4fa8b59180f2b49f280142a Mon Sep 17 00:00:00 2001 From: Roth Michaels Date: Mon, 9 Dec 2024 18:10:56 +0100 Subject: [PATCH] Update src/core/include/mp-units/framework/representation_concepts.h Co-authored-by: Mateusz Pusz --- src/core/include/mp-units/framework/representation_concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/mp-units/framework/representation_concepts.h b/src/core/include/mp-units/framework/representation_concepts.h index 0a6950d97..82f403ab9 100644 --- a/src/core/include/mp-units/framework/representation_concepts.h +++ b/src/core/include/mp-units/framework/representation_concepts.h @@ -310,7 +310,7 @@ concept VectorRepresentation = (!is_quantity) && Vector && requires(const MP_UNITS_EXPORT template concept Representation = detail::ScalarRepresentation || detail::ComplexRepresentation || - detail::VectorRepresentation; // || detail::TensorRepresentation; */ + detail::VectorRepresentation; // || detail::TensorRepresentation; namespace detail {