| 37 | }; |
| 38 | |
| 39 | struct read_some_at_handler |
| 40 | { |
| 41 | read_some_at_handler() {} |
| 42 | void operator()(const boost::system::error_code&, std::size_t) {} |
| 43 | read_some_at_handler(read_some_at_handler&&) {} |
| 44 | private: |
| 45 | read_some_at_handler(const read_some_at_handler&); |
| 46 | }; |
| 47 | |
| 48 | void test() |
| 49 | { |