virtual ~nested_exception() = default; // (1) C++11
概要
nested_exceptionオブジェクトを破棄する。
例外
投げない
関連項目
参照
- P3842R2 A conservative fix for constexpr
uncaught_exceptions()andcurrent_exception()- C++26の策定中に
constexprが追加されたが、本提案文書により巻き戻された (C++29で再検討予定)
- C++26の策定中に