C++ Logo

std-discussion

Advanced search

Re: add version of std::stoi, std::stol etc that receive std::string_view

From: Jason McKesson <jmckesson_at_[hidden]>
Date: Tue, 1 Sep 2020 11:16:56 -0400
This is the wrong mailing list for proposing ideas for the standard.
This is for talking about the standard as it is, not for talking about
proposals to change it.

Also, we already have `to_chars` and `from_chars`, which are quite
fast and do not allocate memory. We've had them since C++17 (though
standard library implementations took a while).

Received on 2020-09-01 10:20:37