Boost logo

Boost :

From: Ralf W. Grosse-Kunstleve (rwgk_at_[hidden])
Date: 2008-05-03 10:27:05


I think it is OK to disregard the warning below.
I just played around a bit trying to resolve the warning.
I kept adding throw(), but eventually got compilation errors because
apparently there are derived destructors that throw. Therefore I
simply silenced the warning (which is easy with this compiler).

----- Original Message ----
From: Ralf W. Grosse-Kunstleve <rwgk_at_[hidden]>
To: boost_at_[hidden]
Sent: Friday, May 2, 2008 10:40:31 PM
Subject: Re: [boost] throw_exception rev. 44954 -> g++ warnings

There is another warning, this time from a compiler based on EDG 245 (Tru64 cxx):

cxx: Warning: /net/taipan/scratch1/rwgk/auto_build/sources/boost/boost/exception/enable_current_exception.hpp, line 57: #768-D
          exception specification for implicitly declared virtual function
          "boost::exception_detail::clone_impl<T>::~clone_impl" is
          incompatible with that of overridden function
          "boost::exception_detail::cloning_base::~cloning_base"
        clone_impl:
--------^

Just a throw() missing somewhere?

Ralf

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


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