style: comment changed for has_symbol

This commit is contained in:
Mateusz Pusz
2020-09-08 13:13:04 +02:00
parent 4f0271e6f9
commit d8e8a94c5b

View File

@@ -148,8 +148,8 @@ constexpr auto derived_dimension_unit_text()
return derived_dimension_unit_text(exponent_list_with_named_units(recipe())); return derived_dimension_unit_text(exponent_list_with_named_units(recipe()));
} }
// TODO Inline below concept when switched to gcc-10
template<typename T> template<typename T>
// TODO replace with `inline constexpr bool has_symbol` when MSVC cathes up
concept has_symbol = requires{ T::symbol; }; concept has_symbol = requires{ T::symbol; };
template<Dimension Dim, Unit U> template<Dimension Dim, Unit U>