On Tue, May 6, 2025 at 2:07 PM Jonathan Wakely wrote:
> On Tue, 6 May 2025 at 12:42, Tomasz Kaminski wrote:
> >
> >
> >
> > On Tue, May 6, 2025 at 1:34 PM Jonathan Wakely
> wrote:
> >>
> >> On 05/05/25 14:44 +0200, Tomasz Kamiński wrote:
> >> >This patch provides an equality operator between _S
On Tue, 6 May 2025 at 12:42, Tomasz Kaminski wrote:
>
>
>
> On Tue, May 6, 2025 at 1:34 PM Jonathan Wakely wrote:
>>
>> On 05/05/25 14:44 +0200, Tomasz Kamiński wrote:
>> >This patch provides an equality operator between _Sink_iter and
>> >default_sentinel,
>> >that returns true, if any further
On Tue, May 6, 2025 at 1:34 PM Jonathan Wakely wrote:
> On 05/05/25 14:44 +0200, Tomasz Kamiński wrote:
> >This patch provides an equality operator between _Sink_iter and
> default_sentinel,
> >that returns true, if any further writes to the _Sink_iter and underlying
> _Sink,
> >will be discared,
On 05/05/25 14:44 +0200, Tomasz Kamiński wrote:
This patch provides an equality operator between _Sink_iter and
default_sentinel,
that returns true, if any further writes to the _Sink_iter and underlying _Sink,
will be discared, and thus can be omitted. This operator is implemented in terms
new
On Mon, May 5, 2025 at 2:55 PM Tomasz Kamiński wrote:
> This patch provides an equality operator between _Sink_iter and
> default_sentinel,
> that returns true, if any further writes to the _Sink_iter and underlying
> _Sink,
> will be discared, and thus can be omitted. This operator is implemente
This patch provides an equality operator between _Sink_iter and
default_sentinel,
that returns true, if any further writes to the _Sink_iter and underlying _Sink,
will be discared, and thus can be omitted. This operator is implemented in terms
new of _M_discarding virtual function in _Sink.
Curre