Boost logo

Boost :

From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-09-07 10:14:13


I propose following change linear_congruential.hpp in be able to
compile it with Solaris Forte C++ 6 u.1.

Gennadiy.

cvs diff linear_congruential.hpp
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)

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