[cgi-devel] boost 1.49 - asio shutdown private
Status: Beta
Brought to you by:
drrngrvy
From: <jc...@ol...> - 2012-03-04 14:02:00
|
Hi Darren I am trying to compile an app with boost 1.49.0. g++ is complaining that at: boost.1.49.0/include/boost/cgi/fcgi/acceptor_service_impl.hpp:161: void boost::asio::socket_acceptor_service::shutdown_service() [with Protocol = boost::asio::ip::tcp] is private Indeed, if I go to /boost/boost.1.49.0/include/boost/asio/socket_acceptor_service.hpp:264 and I make the function shutdown_service() public compilation goes through without error http://www.boost.org/doc/libs/1_49_0/doc/html/boost_asio/history.html Asio 1.6.0 / Boost 1.47 there is the following change: Changed the shutdown_service() member functions to be private. What do you think would be a good way to fix this error? Have a great day JCR |