Re: [cgi-devel] boost 1.49 - asio shutdown private
Status: Beta
Brought to you by:
drrngrvy
From: Darren G. <dar...@gm...> - 2012-03-04 19:14:02
|
Hey, A fix for this is up on github: https://github.com/darrengarvey/cgi/commit/88e5d90c9cc99492002d2b8470ebbfba07022cd6 I'm using github now because firstly git is much much better for very branched development and also that hopefully it'll remove some barriers from others to send me any ideas or work they have done with the library themselves (hint hint ;). Cheers, Darren On 4 March 2012 13:29, <jc...@ol...> wrote: > 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 > > |