| 358 | std::allocator<void> >::type allocator_type; |
| 359 | |
| 360 | allocator_type get_allocator() const ASIO_NOEXCEPT |
| 361 | { |
| 362 | return (get_associated_allocator)(handler_, std::allocator<void>()); |
| 363 | } |
| 364 | |
| 365 | #if defined(ASIO_HAS_VARIADIC_TEMPLATES) |
| 366 |
no outgoing calls
no test coverage detected