Boost Function Shadow Warnings
19 Apr
2004
19 Apr
'04
7:22 p.m.
I found some shadow warnings lurking in Boost Function. boost/function/function_template.hpp:474: warning: declaration of `invoker_type' shadows a member of `this' boost/function/function_template.hpp:481: warning: declaration of `allocator_type' shadows a member of `this' Stephan T. Lavavej http://nuwen.net
20 Apr
20 Apr
2:33 a.m.
On Monday 19 April 2004 01:22 pm, Stephan T. Lavavej wrote:
I found some shadow warnings lurking in Boost Function.
boost/function/function_template.hpp:474: warning: declaration of `invoker_type' shadows a member of `this'
boost/function/function_template.hpp:481: warning: declaration of `allocator_type' shadows a member of `this'
Thanks. I've fixed these and a few more. Doug
7867
Age (days ago)
7868
Last active (days ago)
1 comments
2 participants
participants (2)
-
Douglas Gregor -
Stephan T. Lavavej