mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
rewrite string construction (performance improved)
This commit is contained in:
parent
ece20bf8ef
commit
165b9ee1cd
6 changed files with 48 additions and 68 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace sprout {
|
||||
//
|
||||
// strtoul
|
||||
// strtoumax
|
||||
//
|
||||
inline SPROUT_CONSTEXPR std::uintmax_t strtoumax(char const* str, char** endptr, int base = 10){
|
||||
return sprout::str_to_int<std::uintmax_t>(str, endptr, base);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue