友人のC言語のインストールを手伝ったときの動画
https://www.youtube.com/watch?v=3kfpq0ZO8l0
いや、入れ子作るときはこれ使えばいいのか
https://cpprefjp.github.io/reference/exception/nested_exception.html
This account is not set to public on notestock.
あーMSVC本当にやばいな.
std::current_exception()で返されるexception_ptrの実体は現在の例外のコピーになるらしいのだけど,コピーコンストラクタがない場合には本当にmemcpyしてるみたい.