C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Should std::to_string be deprecated?

From: Ville Voutilainen <ville.voutilainen_at_[hidden]>
Date: Wed, 4 Oct 2023 16:37:03 +0300
On Wed, 4 Oct 2023 at 16:35, Andrey Semashev via Std-Proposals
<std-proposals_at_[hidden]> wrote:
> Performance is one part of the issue, the other one is code size. Even
> if there is a fast path, you still have to link the entire
> implementation of std::format.

..but if that's templated and inlined and optimized, there's not much
code size bloat, is there?

Received on 2023-10-04 13:37:16