
I get the following errors when trying to #include <boost/fusion/algorithm/transformation/transform.hpp>: boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:31: error: declaration of `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:22: error: shadows template parm `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:34: error: declaration of `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:22: error: shadows template parm `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:48: error: declaration of `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:22: error: shadows template parm `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:62: error: declaration of `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:22: error: shadows template parm `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:76: error: declaration of `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:22: error: shadows template parm `class Iterator' I used a CVS snapshot downloaded last night. Cromwell D. Enage __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Cromwell Enage <sponage@yahoo.com> writes:
I get the following errors when trying to #include <boost/fusion/algorithm/transformation/transform.hpp>:
boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:31: error: declaration of `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:22: error: shadows template parm `class Iterator' ... I used a CVS snapshot downloaded last night.
Are you compiling with "all warnings are errors" enabled? -- Dave Abrahams Boost Consulting www.boost-consulting.com

--- David Abrahams wrote:
Are you compiling with "all warnings are errors" enabled?
I use MinGW with -Wall, but not -Werror. Cromwell D. Enage __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

David Abrahams wrote:
Cromwell Enage <sponage@yahoo.com> writes:
I get the following errors when trying to #include <boost/fusion/algorithm/transformation/transform.hpp>:
boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:31: error: declaration of `class Iterator' boost/fusion/sequence/adapted/mpl/mpl_iterator.hpp:22: error: shadows template parm `class Iterator' ... I used a CVS snapshot downloaded last night.
Are you compiling with "all warnings are errors" enabled?
It's the bjam flags. For some reason, g++ does not like it. g++ bug? VC7.1, 8.1 and Comeau are all fine with it. Anyway, I tweaked the CVS to make g++ happy. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
participants (3)
-
Cromwell Enage
-
David Abrahams
-
Joel de Guzman