Commit c8ee2bfd by Jonathan Wakely Committed by Jonathan Wakely

future (shared_future): Adjust doxygen comment.

2009-06-24  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/std/future (shared_future): Adjust doxygen comment.

From-SVN: r148895
parent 27f41cfe
2009-06-24 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/std/future (shared_future): Adjust doxygen comment.
2009-06-24 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/40297
* include/bits/atomic_0.h: Reverse debug assertions.
* include/bits/atomic_2.h: Likewise.
......
......@@ -459,7 +459,7 @@ namespace std
unique_future(const _State_ptr& __state) : _Base_type(__state) { }
};
/// primary template for unique_future
/// primary template for shared_future
template<typename _Result>
class shared_future : public _Future_impl<_Result>
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment