diff --git a/include/fast_float/parse_number.h b/include/fast_float/parse_number.h index e7ed835..1f11a7c 100644 --- a/include/fast_float/parse_number.h +++ b/include/fast_float/parse_number.h @@ -185,7 +185,7 @@ struct from_chars_caller #endif -template +template from_chars_result_t from_chars(UC const * first, UC const * last, T &value, chars_format fmt /*= chars_format::general*/) noexcept { return from_chars_caller::call(first, last, value, parse_options_t(fmt));