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:
@@ -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, ...);
|
||||
|
||||
Reference in New Issue
Block a user