Add socket() accessor to iostreams. Make basic_socket_streambuf::error() public.

The public inheritance of basic_socket_streambuf<> from basic_socket<> has been
deprecated. A reference to the underlying socket can now be obtained via the
basic_socket_iostream::socket() or basic_socket_streambuf::socket() member
functions.

The basic_socket_streambuf::puberror() function has been deprecated. The
basic_socket_streambuf::error() function should be used instead.
4 files changed
tree: 4cf9deb667e713c4665ae92f71f8a1921c2ee290
  1. asio/
  2. .gitignore