C++ Logo

std-proposals

Advanced search

Re: Making parameter names clearer than func(true, false);

From: Hyman Rosen <hyrosen_at_[hidden]>
Date: Mon, 8 Jul 2019 17:53:41 -0400
On Mon, Jul 8, 2019 at 5:18 PM Jake Arkinstall via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> Something that might be rather easy to get started with would be along the
> lines of deduction guidelines
>

Some of the contract folks (for whom I work) want to allow method
redeclarations
so that contracts can be placed separately away from the initial
declarations. We
can piggyback parameter names on this. Just redeclare functions with new
names
and you can use those names in associations.

Received on 2019-07-08 16:55:47