mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-24 11:20:11 +01:00
Improve build speed, take 2
This commit is contained in:
@@ -2755,7 +2755,7 @@ template <typename... T> struct fstring {
|
|||||||
static_assert(count<(is_view<remove_cvref_t<T>>::value &&
|
static_assert(count<(is_view<remove_cvref_t<T>>::value &&
|
||||||
std::is_reference<T>::value)...>() == 0,
|
std::is_reference<T>::value)...>() == 0,
|
||||||
"passing views as lvalues is disallowed");
|
"passing views as lvalues is disallowed");
|
||||||
#ifdef FMT_USE_CONSTEVAL
|
#if FMT_USE_CONSTEVAL
|
||||||
parse_format_string<char>(s, checker(s, arg_pack()));
|
parse_format_string<char>(s, checker(s, arg_pack()));
|
||||||
#endif
|
#endif
|
||||||
#ifdef FMT_ENFORCE_COMPILE_STRING
|
#ifdef FMT_ENFORCE_COMPILE_STRING
|
||||||
|
|||||||
Reference in New Issue
Block a user