id summary reporter owner description type status milestone component version severity resolution keywords cc 3476 [asio] attempt to copy-construct an iterator from a singular iterator Dmitry Goncharov chris_kohlhoff "The following program triggers an assert in the debug mode of gnu stl. dgoncharov@localhost ~/asiobug $ cat main.cpp #include #include #include int main() { boost::asio::io_service ios; boost::asio::posix::stream_descriptor sd(ios); } See the attachment for details" Bugs closed Boost 1.41.0 asio Boost Release Branch Problem duplicate asio chris@… akim.demaille@…