C++ Logo

std-proposals

Advanced search

Re: [std-proposals] ^^operator [was: Re: New draft proposal: Add "%s" (two-digit truncated-integer seconds) as a std::format conversion specifier for std::chrono time types.]

From: Timur Doumler <cpp_at_[hidden]>
Date: Thu, 4 May 2023 16:14:59 +0300
> On 4 May 2023, at 14:27, Edward Catmur <ecatmur_at_[hidden]> wrote:
> Deprecate ** in one cycle, make it an operator token in the next. Like we did for [,].

Except that this would break A LOT of code. I used to work on a scientific code base where multiple dereferences like `***` were all over the place.

Cheers,
Timur


Received on 2023-05-04 13:15:05