]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix some -Wmismatched-tags warnings
authorJonathan Wakely <jwakely@redhat.com>
Tue, 8 Aug 2023 21:07:29 +0000 (22:07 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 9 Aug 2023 14:19:15 +0000 (15:19 +0100)
commit5b46eacc4949ec62ee718b172cf8eb056ff27654
tree3d57c760a58339932e345f8f5587d52fa4dd637c
parentaf89c7792d722b7c7c2568bd4dfd9c2b34eeb4f9
libstdc++: Fix some -Wmismatched-tags warnings

libstdc++-v3/ChangeLog:

* include/bits/shared_ptr_atomic.h (atomic): Change class-head
to struct.
* include/bits/stl_tree.h (_Rb_tree_merge_helper): Change
class-head to struct in friend declaration.
* include/std/chrono (tzdb_list::_Node): Likewise.
* include/std/future (_Task_state_base, _Task_state): Likewise.
* include/std/scoped_allocator (__inner_type_impl): Likewise.
* include/std/valarray (_BinClos, _SClos, _GClos, _IClos)
(_ValFunClos, _RefFunClos): Change class-head to struct.
libstdc++-v3/include/bits/shared_ptr_atomic.h
libstdc++-v3/include/bits/stl_tree.h
libstdc++-v3/include/std/chrono
libstdc++-v3/include/std/future
libstdc++-v3/include/std/scoped_allocator
libstdc++-v3/include/std/valarray