C++ Logo

std-proposals

Advanced search

[std-proposals] noexcept({ if constexpr (cond) { ... } else { ... } })

From: Bingzhi <bingzhi2025_at_[hidden]>
Date: Mon, 10 Aug 2026 17:45:04 +0800 (CST)
Somebody who tried to implement ranges library can get what I mean.
I prefer noexcept(auto) than this one, but I believe this one is simpler to achieve.

Received on 2026-08-10 09:45:11