mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
removing leftover print
This commit is contained in:
parent
a0ea962bf5
commit
12ece3c84f
@ -184,7 +184,6 @@ template<typename T, typename UC, typename>
|
||||
FASTFLOAT_CONSTEXPR20
|
||||
from_chars_result_t<UC> from_chars(UC const * first, UC const * last,
|
||||
T &value, chars_format fmt /*= chars_format::general*/) noexcept {
|
||||
printf("from_chars to call\n");
|
||||
return from_chars_caller<T>::call(first, last, value, parse_options_t<UC>(fmt));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user