Make enable_if_t more std-like and move to fmt namespace

This commit is contained in:
Victor Zverovich
2019-06-01 10:05:16 -07:00
parent 78daa50ffc
commit 67feef5589
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -2245,7 +2245,7 @@ FMT_CONSTEXPR bool do_check_format_string(basic_string_view<Char> s,
}
template <typename... Args, typename S,
internal::enable_if_t<is_compile_string<S>::value>>
enable_if_t<is_compile_string<S>::value, int>>
void check_format_string(S format_str) {
typedef typename S::char_type char_t;
FMT_CONSTEXPR_DECL bool invalid_format =