Boost logo

Boost :

From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2002-03-05 18:10:49


On Mon, Mar 04, 2002 at 03:42:25PM -0500, Gilles J. Seguin wrote:
> Craig Rodrigues wrote:
> >
> > Hi,
> >
> > GCC 3.0 fails this test, but GCC 3.1 passes it.
> >
> > Index: composite_traits_test.cpp
>
> Run
> ../../../libs/type_traits/tests/bin/composite_traits_test/gcc/debug/runtime-link-dynamic/composite_traits_test
> PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/gilles/bin
> export PATH
>
> export LD_LIBRARY_PATH
>
> ../../../libs/type_traits/tests/bin/composite_traits_test/gcc/debug/runtime-link-dynamic/composite_traits_test
>
> checking value of boost::is_reference<cr_type>::value...failed
> found: 0 expected 1
> 89 tests completed, 1 failures found, 0 failures expected from this compiler.

g++ -v
Reading specs from /u0/test/gcc3.1/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ./configure --prefix=/u0/test/gcc3.1 --enable-checking --enable-languages=c,c++ --enable-threads --enable-shared
Thread model: posix
gcc version 3.1 20020302 (prerelease)

% g++ -o boosttmp.exe -Wall -W -ftemplate-depth-30 -I.. ../libs/type_traits/tests/composite_traits_test.cpp -lrt
% ./boosttmp.exe
89 tests completed, 0 failures found, 0 failures expected from this compiler.
no errors detected

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc_at_[hidden]

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