mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
fix missing typename
This commit is contained in:
parent
c7e45fea9f
commit
fade2357ba
@ -185,7 +185,7 @@ struct from_chars_caller<std::float64_t>
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
template<typename T, typename UC>
|
template<typename T, typename UC, typename>
|
||||||
from_chars_result_t<UC> from_chars(UC const * first, UC const * last,
|
from_chars_result_t<UC> from_chars(UC const * first, UC const * last,
|
||||||
T &value, chars_format fmt /*= chars_format::general*/) noexcept {
|
T &value, chars_format fmt /*= chars_format::general*/) noexcept {
|
||||||
return from_chars_caller<T>::call(first, last, value, parse_options_t<UC>(fmt));
|
return from_chars_caller<T>::call(first, last, value, parse_options_t<UC>(fmt));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user