PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings
authorJonathan Wakely <jwakely@redhat.com>
Wed, 25 Oct 2017 13:55:56 +0000 (14:55 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 25 Oct 2017 13:55:56 +0000 (14:55 +0100)
commit30e0aed18386348a911723d712084c44787bd6b9
treebffe5d5a0effb82c7baaf9cd6ebd4598f1ac5184
parent220645d0193c21b4662b2800bc5d2de493832fd7
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.

From-SVN: r254077
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/array