C++ Logo

std-proposals

Advanced search

Re: [std-proposals] string_view support for std::stoi and friends

From: Tiago Freire <tmiguelf_at_[hidden]>
Date: Mon, 13 Jan 2025 21:08:44 +0000
> Or at least do something like P2007 and/or P2584 , so that std::from_chars is simpler to use. Why should everybody reimplement the function to make it less low-level?


Actually, I would argue it’s not low-level enough.
I understand the argument of being convenient, but you won’t actually gain much in terms of functionality or speed.
So that may be a hard sell to expand the standard in this way.

Received on 2025-01-13 21:08:46