This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/82716] struct/class vs. tuple_element/tuple_size


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82716

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Wed Oct 25 13:55:56 2017
New Revision: 254077

URL: https://gcc.gnu.org/viewcvs?rev=254077&root=gcc&view=rev
Log:
PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings

        PR libstdc++/82716
        * include/std/array (tuple_size, tuple_element): Change class-key
        from class to struct, to avoid annoying Clang warnings.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/array

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