This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix libstdc++/56468


This fixes a problem using libstdc++ with clang, which doesn't
implicitly declare std::type_info as G++ does.

        PR libstdc++/56468
        * libsupc++/exception_ptr.h (type_info): Declare.

Tested x86_64-linux, committed to trunk.  This should be safe for
4.7.3 and 4.8.1 too.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]