Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-03-05 14:02:52


Applied
----- Original Message -----
From: "Craig Rodrigues" <rodrigc_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Monday, March 04, 2002 9:50 PM
Subject: [boost] GCC 3.1 patch for operators_test.cpp

> Hi,
>
> This gets rid of an "unused variable" warning
> under gcc 3.1.
>
>
> Index: operators_test.cpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/libs/utility/operators_test.cpp,v
> retrieving revision 1.3
> diff -u -u -r1.3 operators_test.cpp
> --- operators_test.cpp 29 Nov 2001 21:22:52 -0000 1.3
> +++ operators_test.cpp 5 Mar 2002 02:47:29 -0000
> @@ -499,7 +499,6 @@
> void operator()(boost::minstd_rand& randomizer) const
> {
> Big b1 = Big( randomizer() );
> - Big b2 = Big( randomizer() );
> Small s = Small( randomizer() );
>
> test_left( Wrapped6<Big, Small>(b1), s, b1, s );
> --
> Craig Rodrigues
> http://www.gis.net/~craigr
> rodrigc_at_[hidden]
>
> Info: http://www.boost.org Send unsubscribe requests to:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
>
>


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