Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84878 - trunk/boost/asio
From: chris_at_[hidden]
Date: 2013-06-22 08:57:51


Author: chris_kohlhoff
Date: 2013-06-22 08:57:51 EDT (Sat, 22 Jun 2013)
New Revision: 84878
URL: http://svn.boost.org/trac/boost/changeset/84878

Log:
Add missing documentation for use_future_t::allocator_type.

Text files modified:
   trunk/boost/asio/use_future.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/asio/use_future.hpp
==============================================================================
--- trunk/boost/asio/use_future.hpp Sat Jun 22 08:47:44 2013 (r84877)
+++ trunk/boost/asio/use_future.hpp 2013-06-22 08:57:51 EDT (Sat, 22 Jun 2013) (r84878)
@@ -42,6 +42,8 @@
 class use_future_t
 {
 public:
+ /// The allocator type. The allocator is used when constructing the
+ /// @c std::promise object for a given asynchronous operation.
   typedef Allocator allocator_type;
 
   /// Construct using default-constructed allocator.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk