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]

partial fix for libstdc++/51365


        PR libstdc++/51365
        * include/std/tuple (_Tuple_impl): Check __is_final as well as
        is_empty.
        * testsuite/20_util/tuple/51365.cc: New.

This uses __is_final for std::tuple, it still needs to be used for
containers, shared_ptr and futures.

Tested x86_64-linux, committed to trunk.

Attachment: 51365-tuple.txt
Description: Text document


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