/trunk/boost/range/is_literal.hpp: preprocessor bug
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). Rich Turrin
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
participants (2)
-
Richard Turrin
-
Thorsten Ottosen