Boost logo

Boost :

Subject: Re: [boost] [spirit1] including type_traits.hpp
From: Richard Webb (richard.webb_at_[hidden])
Date: 2008-10-06 11:35:21


Hartmut Kaiser <hartmut.kaiser <at> gmail.com> writes:

>
> I suspect that simply changing the
> included file here will break other places relying on the fact that all type
> traits are included already (but the tests will tell...).
>

Simply changing the

     #include <boost/type_traits.hpp>

to

     #include <boost/type_traits/remove_reference.hpp>

Doesn't seem to cause any Spirit test failures on VC8/9 (i don't have any other
compilers to hand).

SideNote: I saw the error mentioned @
<http://thread.gmane.org/gmane.comp.parsers.spirit.general/13449> when running
the regression tests. Any ideas about that?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk