cpprefjp更新

future (C++11) - cpprefjp C++日本語リファレンス



<future>ヘッダにstd::futureクラスを追加。
std::futureクラスに、get()、valid()、wait()、wait_for()、wait_until()を追加。