]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix Doxygen warning
authorJonathan Wakely <jwakely@redhat.com>
Thu, 17 Nov 2022 10:20:50 +0000 (10:20 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 18 Mar 2024 13:50:57 +0000 (13:50 +0000)
commit5558c3f14517d7471b0e3e2a0169a49f23a8b98a
treeb4b82219d9ebef2e2413f50e5893b34974a07347
parent819d63e09950cff6761c2427ead4266b7838e5ea
libstdc++: Fix Doxygen warning

This fixes a Doxygen warning about a mismatched parameter name. The
standard uses 'r' here, like the Doxygen comment, so use '__r' instead
of '__e'.

libstdc++-v3/ChangeLog:

* include/bits/ptr_traits.h (pointer_traits::pointer_to): Rename
parameter.

(cherry picked from commit fca0f50b145048afda17f0f10ac968afe6be0fad)
libstdc++-v3/include/bits/ptr_traits.h