- exception[meta header]
- std[meta namespace]
- nested_exception[meta class]
- function[meta id-type]
- cpp11[meta cpp]
virtual ~nested_exception() = default; // (1) C++11nested_exceptionオブジェクトを破棄する。
投げない
- P3842R2 A conservative fix for constexpr
uncaught_exceptions()andcurrent_exception()- C++26の策定中に
constexprが追加されたが、本提案文書により巻き戻された (C++29で再検討予定)
- C++26の策定中に