c++: Fix __has_trivial_* docs [PR59426]
commit83a21c993449a32b98916814ed8ca237b3276912
authorJason Merrill <jason@redhat.com>
Mon, 28 Mar 2022 19:32:30 +0000 (28 15:32 -0400)
committerJason Merrill <jason@redhat.com>
Mon, 28 Mar 2022 19:36:13 +0000 (28 15:36 -0400)
tree0f46742f927632626847e05d4d53c564c62ef3f3
parentf8093854c78f820a4f0202fd4db7bba0ee0573c8
c++: Fix __has_trivial_* docs [PR59426]

These have been misdocumented since C++98 POD was split into C++11 trivial
and standard-layout in r149721.

PR c++/59426

gcc/ChangeLog:

* doc/extend.texi: Refer to __is_trivial instead of __is_pod.
gcc/doc/extend.texi