[Boost-bugs] [Boost C++ Libraries] #9745: Move invoke, alloc, and continuation helpers out of detail

Subject: [Boost-bugs] [Boost C++ Libraries] #9745: Move invoke, alloc, and continuation helpers out of detail
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-03-05 22:45:24


#9745: Move invoke, alloc, and continuation helpers out of detail
------------------------------+----------------------------
 Reporter: vinnie.falco@… | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------------
 Currently these files are in '''boost/asio/detail/''':
 {{{
 handler_alloc_helpers.hpp
 handler_cont_helpers.hpp
 handler_invoke_helpers.hpp
 }}}

 I believe that these should not be a detail but rather, part of the
 official asio interface. The rationale is that if someone wants to write a
 handler wrapper that provides the same '''io_service''' execution
 guarantees (for example, something like
 '''boost::detail::rewrapped_handler'''), they cannot do so efficiently
 without relying on detail functions.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9745>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:15 UTC