Boost logo

Boost :

From: David Abrahams (abrahams_at_[hidden])
Date: 2000-09-19 08:57:31


Sadly, G++ does not admit #pragmas for suppressing warnings; you have to
find another way. Usually this means turning it off with a command line
argument, ignoring the warning, or finding some way to change the regular
C++ code to avoid it. None of these are attractive answers when the warning
is incorrect/inappropriate, but the last is the best.

-D

----- Original Message -----
From: "John Maddock" <John_Maddock_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, September 19, 2000 6:39 AM
Subject: [boost] is_convertible warning under g++

>
> >Can this warning be safely ignored? If so let's suppress the
> >warning.
>
> The warning is an artifact of the implementation - how can we suppress
this
> - is there any kind of #pragma we can use or what?
>
> - John.
>
>
>
>
>


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