[Boost-bugs] [Boost C++ Libraries] #3476: [asio] attempt to copy-construct an iterator from a singular iterator

Subject: [Boost-bugs] [Boost C++ Libraries] #3476: [asio] attempt to copy-construct an iterator from a singular iterator
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-09-22 09:48:11


#3476: [asio] attempt to copy-construct an iterator from a singular iterator
----------------------------------------------------------------+-----------
 Reporter: Dmitry Goncharov <dgoncharov@…> | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: Boost 1.41.0 | Component: asio
  Version: Boost 1.39.0 | Severity: Problem
 Keywords: asio |
----------------------------------------------------------------+-----------
 The following program triggers an assert in the debug mode of gnu stl.

 dgoncharov_at_localhost ~/asiobug $ cat main.cpp

 #include <unistd.h>

 #include <boost/asio/io_service.hpp>

 #include <boost/asio/posix/stream_descriptor.hpp>

 int main()

 {

     boost::asio::io_service ios;

     boost::asio::posix::stream_descriptor sd(ios);

 }

 See the attachment for details

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3476>
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:01 UTC