2 // { dg-do compile { target c++11 } }
12 template<class Socket>
16 http::read_state read_state() const;
18 void async_read_request();
21 http::read_state istate;
24 template<class Socket>
25 read_state basic_socket<Socket>::read_state() const
30 template<class Socket>
31 void basic_socket<Socket>::async_read_request()