$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60850 - trunk/libs/asio/doc/overview
From: chris_at_[hidden]
Date: 2010-03-25 22:44:28
Author: chris_kohlhoff
Date: 2010-03-25 22:44:27 EDT (Thu, 25 Mar 2010)
New Revision: 60850
URL: http://svn.boost.org/trac/boost/changeset/60850
Log:
Update to reflect reworked implementation.
Text files modified: 
   trunk/libs/asio/doc/overview/allocation.qbk |     7 +------                                 
   trunk/libs/asio/doc/overview/threads.qbk    |    10 ----------                              
   2 files changed, 1 insertions(+), 16 deletions(-)
Modified: trunk/libs/asio/doc/overview/allocation.qbk
==============================================================================
--- trunk/libs/asio/doc/overview/allocation.qbk	(original)
+++ trunk/libs/asio/doc/overview/allocation.qbk	2010-03-25 22:44:27 EDT (Thu, 25 Mar 2010)
@@ -51,12 +51,7 @@
 Custom memory allocation support is currently implemented for all asynchronous
 operations with the following exceptions:
 
-* `ip::basic_resolver::async_resolve()` on all platforms.
-
-* `basic_socket::async_connect()` on Windows.
-
-* Any operation involving `null_buffers()` on Windows, other than an
-  asynchronous read performed on a stream-oriented socket.
+* Asynchronous SSL operations.
 
 [heading See Also]
 
Modified: trunk/libs/asio/doc/overview/threads.qbk
==============================================================================
--- trunk/libs/asio/doc/overview/threads.qbk	(original)
+++ trunk/libs/asio/doc/overview/threads.qbk	2010-03-25 22:44:27 EDT (Thu, 25 Mar 2010)
@@ -35,16 +35,6 @@
 
 * must block all signals.
 
-[note The implementation currently violates the first of these rules for the
-following functions:
-
-[mdash] `ip::basic_resolver::async_resolve()` on all platforms.
-
-[mdash] `basic_socket::async_connect()` on Windows.
-
-[mdash] Any operation involving `null_buffers()` on Windows, other than an
-asynchronous read performed on a stream-oriented socket.]
-
 This approach is complemented by the following guarantee:
 
 * Asynchronous completion handlers will only be called from threads that are