Implement compile-time checks by default

This commit is contained in:
Victor Zverovich
2020-11-15 17:24:36 -08:00
parent befd7d4a2f
commit bcc20b29df
12 changed files with 258 additions and 223 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ template <class charT> struct formatter<std::complex<double>, charT> {
detail::dynamic_format_specs<char> specs_;
public:
typename basic_format_parse_context<charT>::iterator parse(
FMT_CONSTEXPR typename basic_format_parse_context<charT>::iterator parse(
basic_format_parse_context<charT>& ctx) {
using handler_type =
detail::dynamic_specs_handler<basic_format_parse_context<charT>>;