Subject: [Boost-bugs] [Boost C++ Libraries] #3317: Fix is_virtual_base of for gcc 4.4.x
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-08-05 09:53:57
#3317: Fix is_virtual_base of for gcc 4.4.x
------------------------------------------+---------------------------------
Reporter: thomas.jarosch@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: type_traits
Version: Boost 1.39.0 | Severity: Problem
Keywords: |
------------------------------------------+---------------------------------
Hello,
is_virtual_base_of stops working using gcc 4.4.x when the destructor of a
derived class contains an exception specification like this:
class derived : public base
{
virtual ~derived() throw();
}
A test case, compiler output and a patch for this are attached.
Cheers,
Thomas
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3317> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC