Boost logo

Boost :

From: Darin Adler (darin_at_[hidden])
Date: 2001-09-07 12:08:33


on 9/7/01 8:14 AM, Gennadiy E. Rozental at rogeeff_at_[hidden] wrote:

> Index: linear_congruential.hpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/boost/random/linear_congruential.hpp,v
> retrieving revision 1.2
> diff -r1.2 linear_congruential.hpp
> 95c95
> < #if !defined(BOOST_NO_INT64_T) && !defined
> (BOOST_NO_INTEGRAL_INT64_T)
> ---
>> #if !defined(BOOST_NO_INT64_T) && !defined
> (BOOST_NO_INTEGRAL_INT64_T) && !defined(__SUNPRO_CC)
> ===================================================================

Wouldn't this be better handled by defining either BOOST_NO_INT64_T or
BOOST_NO_INTEGRAL_INT64_T for the SunPro compiler in config.hpp instead of
making the change here?

    -- Darin


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