On Tue, 26 Aug 2025, Tomasz Kaminski wrote:
>
>
> On Tue, Aug 26, 2025 at 5:50 PM Patrick Palka wrote:
> On Tue, 26 Aug 2025, Jonathan Wakely wrote:
>
> > On 20/08/25 10:13 +0200, Tomasz Kamiński wrote:
> > > This patch refactors the implementation of bind_front and bind_back
On Tue, Aug 26, 2025 at 5:50 PM Patrick Palka wrote:
> On Tue, 26 Aug 2025, Jonathan Wakely wrote:
>
> > On 20/08/25 10:13 +0200, Tomasz Kamiński wrote:
> > > This patch refactors the implementation of bind_front and bind_back to
> > > avoid using std::tuple for argument storage. Instead, bound a
On Tue, 26 Aug 2025, Jonathan Wakely wrote:
> On 20/08/25 10:13 +0200, Tomasz Kamiński wrote:
> > This patch refactors the implementation of bind_front and bind_back to
> > avoid using std::tuple for argument storage. Instead, bound arguments are
> > now:
> > * stored directly if there is only one
On Tue, Aug 26, 2025 at 4:30 PM Patrick Palka wrote:
> On Tue, 26 Aug 2025, Tomasz Kaminski wrote:
>
> >
> >
> > On Tue, Aug 26, 2025 at 3:54 PM Patrick Palka wrote:
> > On Wed, 20 Aug 2025, Tomasz Kamiński wrote:
> >
> > > This patch refactors the implementation of bind_front and
>
On 20/08/25 10:13 +0200, Tomasz Kamiński wrote:
This patch refactors the implementation of bind_front and bind_back to
avoid using std::tuple for argument storage. Instead, bound arguments are
now:
* stored directly if there is only one,
* within a dedicated _Bound_arg_storage otehrwise.
"otehr
On Tue, 26 Aug 2025, Tomasz Kaminski wrote:
>
>
> On Tue, Aug 26, 2025 at 3:54 PM Patrick Palka wrote:
> On Wed, 20 Aug 2025, Tomasz Kamiński wrote:
>
> > This patch refactors the implementation of bind_front and bind_back to
> > avoid using std::tuple for argument storage. I
On Tue, Aug 26, 2025 at 3:54 PM Patrick Palka wrote:
> On Wed, 20 Aug 2025, Tomasz Kamiński wrote:
>
> > This patch refactors the implementation of bind_front and bind_back to
> > avoid using std::tuple for argument storage. Instead, bound arguments are
> > now:
> > * stored directly if there is
On Wed, 20 Aug 2025, Tomasz Kamiński wrote:
> This patch refactors the implementation of bind_front and bind_back to
> avoid using std::tuple for argument storage. Instead, bound arguments are
> now:
> * stored directly if there is only one,
> * within a dedicated _Bound_arg_storage otehrwise.
I
This patch refactors the implementation of bind_front and bind_back to
avoid using std::tuple for argument storage. Instead, bound arguments are
now:
* stored directly if there is only one,
* within a dedicated _Bound_arg_storage otehrwise.
_Bound_arg_storage holds each argument in an _Indexed_bou