diff --git a/octa/format.hh b/octa/format.hh index 92756de..d9db9d6 100644 --- a/octa/format.hh +++ b/octa/format.hh @@ -457,10 +457,10 @@ namespace detail { bool escape, const char *fmt, const A &...args); - template())) - > static octa::True test_fmt_range(int); - template static octa::False test_fmt_range(...); + template> + static octa::True test_fmt_range(int); + template + static octa::False test_fmt_range(...); template using FmtRangeTest = decltype(test_fmt_range(0));