Boost logo

Boost Users :

From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-01-13 06:38:57


Richard Turrin skrev:
> Hi,
>
> Sorry for being a nitpicker here: There is a preprocessor bug in /trunk/boost/range/is_literal.hpp in the SVN repository. Line 18 has the following statement:
>
> #if BOOST_NO_FUNCTION_TEMPLATE_ORDERING
>
> It should really read:
>
> #ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
>
> This might manifest itself as compile errors in some of the older compilers (Metrowerks Code Warrior 5.3, SunPro 5.0, and Microsoft Visual C++ 7.0).

Fixed.

Please use track in the future.

-Thorsten


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net