cpprefjp / site

cpprefjpサイトのMarkdownソース
https://cpprefjp.github.io/
368 stars 152 forks source link

fix bug: `std::async` は `std::future_error` ではなく `std::system_error` を投げる #1271

Closed Nagarei closed 2 months ago

Nagarei commented 2 months ago

規格 ( C++11 C++20 ) を見る限り、std::asyncstd::future_error ではなく std::system_error を投げるように思えたので PR を出しました。

手元にぱっと試せる環境が無かったので、実際のコンパイラの動作は確認していません。

faithandbrave commented 2 months ago

ありがとうございます。単に書き間違いのようですね。マージします。