2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-27 18:42:07 +00:00

Fix namespace name.

[SVN r37616]
This commit is contained in:
Christopher Kohlhoff
2007-05-07 12:41:29 +00:00
parent 6812338b31
commit 0d80da3ca8

View File

@@ -28,8 +28,7 @@ Similarly, to deallocate the memory it will execute:
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, ...);