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: Jonathan Wakely <cxx_at_[hidden]>
Date: Thu, 4 May 2023 15:48:06 +0100
On Thu, 4 May 2023 at 15:35, Thiago Macieira via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> On Thursday, 4 May 2023 01:52:48 PDT David Brown via Std-Proposals wrote:
> > You can also do "!!x ^ !!y", using the "convert to bool operator" !!.
> > Alternatively, "!x ^ !y" saves two keypresses :-)
>
> This can also be spelt:
>
> !x != !y
>

Right, I already pointed that out in
https://lists.isocpp.org/std-proposals/2023/05/6533.php which is what David
was replying to.

Received on 2023-05-04 14:48:21