Re: [boost] throw_exception rev. 44954 -> g++ warnings

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@yahoo.com> To: boost@lists.boost.org 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
participants (1)
-
Ralf W. Grosse-Kunstleve