14 May
2017
14 May
'17
11:36 p.m.
On Sun, May 14, 2017 at 4:33 PM, Niall Douglas via Boost
Indeed I believe that Charley Bay is giving a talk at C++ Now right now on exactly the topic of why we all need to be using more
.
Head check: Is the following function signature "correct" or should it use system_error? template< typename SyncReadStream, typename MutableBufferSequence> std::size_t read( SyncReadStream& s, MutableBufferSequence const& buffers, boost::system::error_code& ec); Thanks