Boost logo

Boost :

From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2006-10-13 13:16:45


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

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