Opened 8 years ago
#10572 new Bugs
Error: get_descriptors is not a member of boost::asio::detail::reactor_op_queue<int>.
Reported by: | anonymous | Owned by: | chris_kohlhoff |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Problem: asio tests(for example basic_datagram_socket test) failed with error message ".../boost/boost_1_56_0/boost/asio/detail/impl/dev_poll_reactor.ipp", line 116: Error: get_descriptors is not a member of boost::asio::detail::reactor_op_queue<int>." with studio 12.4 c++ on sparc/solaris 11.2
and ../boost/asio/detail/impl/dev_poll_reactor.ipp:116:24: error: 'class boost::asio::detail::reactor_op_queue<int>' has no member named 'get_descriptors' with g++4.8.2 on sparc/solaris 11.2.
Note:
See TracTickets
for help on using tickets.