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
iteration loop.  Why don't you just hoist the include of
<boost/mpl/list.hpp>?

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to