Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5688: boost::asio::async_read_until with boost::regex compilation error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-10 15:37:41
#5688: boost::asio::async_read_until with boost::regex compilation error
-------------------------------+--------------------------------------------
Reporter: monsta@⦠| Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.47.0 | Severity: Regression
Resolution: | Keywords: async_read_until
-------------------------------+--------------------------------------------
Comment (by anonymous):
This is a simple fix. Replace the function signature from:
make_read_until_expr_op(AsyncReadStream& s,
boost::asio::basic_streambuf<Allocator>& b,
const boost::regex& expr, ReadHandler handler)
to:
make_read_until_expr_op(AsyncReadStream& s,
boost::asio::basic_streambuf<Allocator>& b,
RegEx expr, ReadHandler handler)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5688#comment:3> 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:07 UTC