Re: [Cgi-devel] cgi & boost
Status: Beta
Brought to you by:
drrngrvy
From: Scott B. <Ba...@In...> - 2010-03-24 16:20:37
|
Darren, a quick update and compile shows a collision of role_type: boost/cgi/common/protocol_traits.hpp:101: error: *declaration of 'typedef enum boost::cgi::common::role_type * boost::cgi::common::protocol_traits<boost::cgi::common::tags::cgi>::role_type' boost/cgi/common/role_type.hpp:24: error: *changes meaning of 'role_type' from 'enum boost::cgi::common::role_type'* But, honestly, I don't see why... I've simply turned off warnings for the time being. I really am just tinkering as time allows. When I was checking into the unused parameters, I was suspicious that some of those unused parameters should be used... That's where I decided I was in over my head, at least with the time allotted at present. Regardless, I'm glad to see you are still working it. SB On Tue, Mar 23, 2010 at 6:02 PM, Darren Garvey <dar...@gm...>wrote: > Hi Scott, > > Apologies for the delay, I took some time off. :) > > On 2 March 2010 19:58, Scott Bailey <Ba...@in...> wrote: > > Regarding the unused variables, please look! I'm in over my head anytime I >> look at ASIO, and the first warning I wen to look at was an unused variable >> with a default value that was somehow related to ASIO! I'm not ready to >> tackle that, yet! >> > > I've taken a look at the unused variables and will get around to removing > them when I can find the time - rather than just remove them I'd prefer to > obliterate the bits of code that are lying around with unused parameters. > Feel free to ping me on this one! > > I'm just about to commit a few changes and cleanups related mostly to > sessions (which should be in working order now). I'll check this with gcc > tomorrow at some point just in case there are issues, unless you get there > first. > > Cheers, > Darren > -- Scott Bailey |