Boost logo

Boost :

Subject: Re: [boost] [review] **NEXT WEEK** Review of Outcome (starts Fri-19-May)
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-05-14 23:36:28


On Sun, May 14, 2017 at 4:33 PM, Niall Douglas via Boost
<boost_at_[hidden]> wrote:
> 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 <system_error>.

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk