We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa564d7 commit 76e6f92Copy full SHA for 76e6f92
include/jsoncons/utility/bigint.hpp
@@ -419,7 +419,7 @@ class basic_bigint : protected detail::basic_bigint_base<Allocator>
419
}
420
421
template <typename CharT>
422
- static basic_bigint<Allocator> from_string_radix(const CharT* data, size_type length, uint8_t radix)
+ static basic_bigint<Allocator> parse_radix(const CharT* data, size_type length, uint8_t radix)
423
{
424
if (!(radix >= 2 && radix <= 16u))
425
0 commit comments