Re: [Boost-Users] bind: I just keep trying...
Well, that helped A LOT. The only warnings I get now are:
<warnings>
c:\boost\function.hpp(451) : warning C4097: typedef-name 'base_type' used
as synonym for class-name
'function
Thanks. I changed the map to: typedef map
> MyMessageMap; No errors but enough warnings to choke a horse. Have I just been nailed by VC6SP4? If so, I think I'll just give up and map the session-ids to Y*s. %>(
Thanks in advance for any suggestions.
I've never seen that warning before. What warning level are you using?
Anyway, just change boost::function
On Thursday 26 September 2002 02:43 pm, dick.bridges@tais.com wrote:
Well, that helped A LOT. The only warnings I get now are:
<warnings> c:\boost\function.hpp(451) : warning C4097: typedef-name 'base_type' used as synonym for class-name 'function
::function1 ' c:\boost\function.hpp(497) : see reference to class template instantiation 'boost::function ' being compiled [snip] </warnings> The warning level is 4: I'm paranoid. Can these safely be ignored?
Yes, they can be ignored. I'll see if I can get them suppressed in 1.29.0 (they'll be gone after 1.29.0 because of other changes). Doug
participants (2)
-
dick.bridges@tais.com
-
Douglas Gregor