C++ Logo

std-proposals

Advanced search

Re: [std-proposals] attribute [[unevaluated]]

From: Jan Schultke <janschultke_at_[hidden]>
Date: Tue, 20 May 2025 10:01:42 +0200
Why would you define the function if it's never evaluated in the first place?

If you only need it for metaprogramming, you can simply keep it a
declaration and use decltype on it and stuff.

Received on 2025-05-20 08:01:56