mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
Update src/core/include/mp-units/framework/representation_concepts.h
Co-authored-by: Mateusz Pusz <mateusz.pusz@gmail.com>
This commit is contained in:
@ -310,7 +310,7 @@ concept VectorRepresentation = (!is_quantity<T>) && Vector<T> && requires(const
|
|||||||
|
|
||||||
MP_UNITS_EXPORT template<typename T>
|
MP_UNITS_EXPORT template<typename T>
|
||||||
concept Representation = detail::ScalarRepresentation<T> || detail::ComplexRepresentation<T> ||
|
concept Representation = detail::ScalarRepresentation<T> || detail::ComplexRepresentation<T> ||
|
||||||
detail::VectorRepresentation<T>; // || detail::TensorRepresentation<T>; */
|
detail::VectorRepresentation<T>; // || detail::TensorRepresentation<T>;
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user