C++ Logo

std-proposals

Advanced search

Re: Template qualifiers

From: Ville Voutilainen <ville.voutilainen_at_[hidden]>
Date: Wed, 2 Oct 2019 15:37:11 +0300
On Wed, 2 Oct 2019 at 15:29, Barry Revzin via Std-Proposals
<std-proposals_at_[hidden]> wrote:
> If you want to "propagate" constexpr, you just declare your function constexpr. constexpr is already conditionally constexpr.

Except in cases when it isn't: http://eel.is/c++draft/dcl.constexpr#6

Received on 2019-10-02 07:39:34