Skip to content

Commit

Permalink
Update src/core/include/mp-units/framework/representation_concepts.h
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Pusz <[email protected]>
  • Loading branch information
rothmichaels and mpusz authored Dec 9, 2024
1 parent d30f5a6 commit ec3f000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ concept VectorRepresentation = (!is_quantity<T>) && Vector<T> && requires(const

MP_UNITS_EXPORT template<typename T>
concept Representation = detail::ScalarRepresentation<T> || detail::ComplexRepresentation<T> ||
detail::VectorRepresentation<T>; // || detail::TensorRepresentation<T>; */
detail::VectorRepresentation<T>; // || detail::TensorRepresentation<T>;

namespace detail {

Expand Down

0 comments on commit ec3f000

Please sign in to comment.