Boost logo

Boost :

From: Hartmut Kaiser (HartmutKaiser_at_[hidden])
Date: 2005-02-10 01:18:17


 
Andreas Pokorny wrote:

> > > ________________________________________________________
> > > 6. Does the library deal with Microsoft's #region
> > > and #endregion?
> >
> > No.
> > But good point, it should be added (at least these should
> be ignored).
> > The library already has the option to recognise MS specific tokens,
> > such as __declspec etc. #region and #endregion fall into
> the same category.
> What about gcc's #include_next?

This is implemented already. For this you'll have to define
BOOST_WAVE_SUPPORT_INCLUDE_NEXT (in wave_config.hpp) while compiling your
app. I've made this optional, because it isn't a Standard feature.

Regards Hartmut

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


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