From d8e8a94c5b2cd7394befb7f94e3108d669fa71bc Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 8 Sep 2020 13:13:04 +0200 Subject: [PATCH] style: comment changed for has_symbol --- src/include/units/bits/to_string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/units/bits/to_string.h b/src/include/units/bits/to_string.h index 4619e55a..56185c53 100644 --- a/src/include/units/bits/to_string.h +++ b/src/include/units/bits/to_string.h @@ -148,8 +148,8 @@ constexpr auto derived_dimension_unit_text() return derived_dimension_unit_text(exponent_list_with_named_units(recipe())); } -// TODO Inline below concept when switched to gcc-10 template +// TODO replace with `inline constexpr bool has_symbol` when MSVC cathes up concept has_symbol = requires{ T::symbol; }; template