Boost logo

Boost-Build :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-01-26 19:55:46


Someone (Darin?) has contributed Mac OS (Darwin) regression tests. See
http://boost.sourceforge.net/regression-logs/

The same warning (see below) shows up on a lot of the tests.

Should we be following their advice and adding "-Wno-long-double" to the
toolset?

--Beman

PS: Thanks to whoever is running the test!

In file included from
/usr/local/boost/boost/type_traits/is_arithmetic.hpp:14,
from /usr/local/boost/boost/type_traits/is_scalar.hpp:13,
from /usr/local/boost/boost/type_traits/is_pod.hpp:15,
from
/usr/local/boost/boost/type_traits/has_trivial_assign.hpp:15,
from
/usr/local/boost/boost/type_traits/object_traits.hpp:18,
from
/usr/local/boost/boost/detail/compressed_pair.hpp:23,
from /usr/local/boost/boost/compressed_pair.hpp:20,
from /usr/local/boost/boost/iterator_adaptors.hpp:124,
from /usr/local/boost/boost/filesystem/path.hpp:16,
from /usr/local/boost/boost/filesystem/operations.hpp:25,
from
/usr/local/boost/libs/filesystem/test/operations_test.cpp:11:
/usr/local/boost/boost/type_traits/is_float.hpp:22: warning: use of `long
double' type; its size may change in a future release
/usr/local/boost/boost/type_traits/is_float.hpp:22: warning: (Long double
usage
is reported only once for each file.
/usr/local/boost/boost/type_traits/is_float.hpp:22: warning: To disable
this
warning, use -Wno-long-double.)

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk