Update of /cvsroot/boost/boost/libs/asio/doc/design
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22470

Modified Files:
        allocation.qbk 
Log Message:
Fix namespace name.


Index: allocation.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/doc/design/allocation.qbk,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- allocation.qbk      19 Jan 2007 01:20:15 -0000      1.1
+++ allocation.qbk      7 May 2007 12:41:29 -0000       1.2
@@ -28,8 +28,7 @@
   asio_handler_deallocate(pointer, size, &h);
 
 These functions are located using argument-dependent lookup. The implementation
-provides default implementations of the above functions in the `std::tr2::sys`
-namespace:
+provides default implementations of the above functions in the `asio` 
namespace:
 
   void* asio_handler_allocate(size_t, ...);
   void asio_handler_deallocate(void*, size_t, ...);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to