Boost logo

Boost :

From: Benedikt Weber (weber_at_[hidden])
Date: 2002-06-28 13:27:25


I received this email and post it here as an alternative. I am not sure
though if is portable.

Benedikt

----------------------------------------------------------------------------
-----

(sent privately because it's inconvenient for me to post to the boost list
right now)

another way of removing the warnings that works with CodeWarrior is to add a
void statement that refers to the argument:

 size_type size1 (size_type size1, size_type size2) {
            (void) size2;
            return size1;
        }

--
James Grandy           Colorfield Digital Media, Inc.
jgrandy_at_[hidden]             www.colorfield.com
voice: 1.415.695.7657             fax: 1.415.723.7726

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