Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84570 - website/public_html/live/feed/history
From: chris_at_[hidden]
Date: 2013-05-31 00:48:50


Author: chris_kohlhoff
Date: 2013-05-31 00:48:49 EDT (Fri, 31 May 2013)
New Revision: 84570
URL: http://svn.boost.org/trac/boost/changeset/84570

Log:
Missing variable name.
Text files modified:
   website/public_html/live/feed/history/boost_1_54_0.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk 2013-05-31 00:48:49 EDT (Fri, 31 May 2013)
@@ -110,7 +110,7 @@
   * Added the `asio::use_future` special value, which provides first-class
     support for returning a C++11 `std::future` from an asynchronous
     operation's initiating function. For example:
- `future<size_t> = my_socket.async_read_some(my_buffer, asio::use_future);`.
+ `future<size_t> n = my_socket.async_read_some(my_buffer, asio::use_future);`.
   * Promoted the stackless coroutine class and macros to be part of Asio's
     documented interface, rather than part of the HTTP server 4 example.
   * Added a new handler hook called `asio_handler_is_continuation`.


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