
13 Oct
2006
13 Oct
'06
5:16 p.m.
Ralf W. Grosse-Kunstleve wrote:
-#ifdef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS +#include <boost/detail/workaround.hpp> +#if defined(BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS) \ + || BOOST_WORKAROUND(__DECCXX_VER, BOOST_TESTED_AT(70190006))
Does it mean that your std library doesn't define compile-time contants in std::numeric_limits<T> ? If so, BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should be set accordingly in boost.config. -- Alexander Nasonov Project Manager at Akmosoft ( http://www.akmosoft.com ) Blog: http://nasonov.blogspot.com Email: $(FirstName) dot $(LastName) at gmail dot com