PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings
commit995d32751f0562533f7002e775620577e10efe3d
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Oct 2017 13:55:56 +0000 (25 13:55 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Oct 2017 13:55:56 +0000 (25 13:55 +0000)
treebffe5d5a0effb82c7baaf9cd6ebd4598f1ac5184
parent730671b58f978e5e77a492d1ed6406566d5b924e
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254077 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/array