[boost] MPL include problem with BOOST_PP_ITERATE

2003-01-24 Thread Hugo Duncan
I think I have found a problem with boost/mpl/list.hpp I am including files using BOOST_PP_ITERATE. One of the files that I include happens itself to include boost/mpl/list.hpp. boost/mpl/list.hpp begins #if !defined(BOOST_PP_IS_ITERATING) / header body #ifndef

Re: [boost] MPL include problem with BOOST_PP_ITERATE

2003-01-24 Thread Paul Mensonides
- Original Message - From: Hugo Duncan [EMAIL PROTECTED] I think I have found a problem with boost/mpl/list.hpp I am including files using BOOST_PP_ITERATE. One of the files that I include happens itself to include boost/mpl/list.hpp. I'm not sure what you mean here. If you are

Re: [boost] MPL include problem with BOOST_PP_ITERATE

2003-01-24 Thread David Abrahams
Hugo Duncan [EMAIL PROTECTED] writes: I think I have found a problem with boost/mpl/list.hpp I am including files using BOOST_PP_ITERATE. One of the files that I include happens itself to include boost/mpl/list.hpp. Normally you shouldn't be making general #includes inside a vertical

RE: [boost] MPL include problem with BOOST_PP_ITERATE

2003-01-24 Thread Aleksey Gurtovoy
Hugo Duncan wrote: I think I have found a problem with boost/mpl/list.hpp I am including files using BOOST_PP_ITERATE. One of the files that I include happens itself to include boost/mpl/list.hpp. boost/mpl/list.hpp begins #if !defined(BOOST_PP_IS_ITERATING) / header body