|
Boost Users : |
From: Richard Turrin (richt_at_[hidden])
Date: 2008-01-12 09:40:30
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
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