C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Automatic perfect forwarding is possible and not too complicated

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Thu, 10 Apr 2025 10:02:01 +0100
On Thu, Apr 10, 2025 at 9:53 AM Frederick Virchanza Gotham wrote:
>
> template<typename T>
> bool ProcessNode(T &&arg)


I meant to return void.

Received on 2025-04-10 09:02:11