Boost logo

Boost :

From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-10-18 06:39:01


>Also numeric_test_traits using ULLONG_MAX to identify presence of
long long. This couse, for example, this test to fail with Sun forte
C++ u.2 compiler due to unclear reasons in static aaserts statements
in lines 313-314.
<

Looks like it needs to be:

#if defined(BOOST_HAS_LONG_LONG) && !defined(BOOST_NO_INTEGRAL_INT64_T)

otherwise you'll get a static assert dependent upon a long long, and sunpro
doesn't support integral constant expressions that are wider than long.

I've updated the cvs.

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/


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