Opened 12 years ago
Closed 12 years ago
#5264 closed Bugs (duplicate)
Error in compilation ASIO
Reported by: | anonymous | Owned by: | chris_kohlhoff |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.45.0 | Severity: | Problem |
Keywords: | Cc: |
Description
During compilation of ASIO on gcc 4.0 I got:
../../../../../externals/boost/asio/detail/impl/epoll_reactor.ipp: In member function 'void boost::asio::detail::epoll_reactor::start_op(int, boost::asio::detail::socket_type, boost::asio::detail::epoll_reactor::descriptor_state*&, boost::asio::detail::reactor_op*, bool)': ../../../../../externals/boost/asio/detail/impl/epoll_reactor.ipp:140: error: 'boost::asio::detail::epoll_reactor::<anonymous enum>' is/uses anonymous type ../../../../../externals/boost/asio/detail/impl/epoll_reactor.ipp:140: error: trying to instantiate 'template<class T> struct boost::is_integral'
Change History (1)
comment:1 by , 12 years ago
Resolution: | → duplicate |
---|---|
Severity: | Showstopper → Problem |
Status: | new → closed |
Duplicate of #4883.