]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: doc: Rectify referencing of non-existent type
authorTuur Martens <tuurmartens4@gmail.com>
Tue, 22 Jul 2025 08:02:53 +0000 (08:02 +0000)
committerTomasz Kamiński <tkaminsk@redhat.com>
Fri, 25 Jul 2025 12:29:02 +0000 (14:29 +0200)
commit0c8781cc71134417257502618e0630e85a609523
tree8f6400bbed9cf5cc40347514b4c63ae89bde5ce1
parentfe3069ae2386ca48614dc627accec20b3fcfe722
libstdc++: doc: Rectify referencing of non-existent type

The unordered_map header incorrectly refers to a non-existent template parameter
_Value in default template argument descriptions. They should refer to _Key instead.

This patch fixes these descriptions to match the actual template parameters.

libstdc++-v3/ChangeLog:

* include/bits/unordered_map.h: Rectify referencing of
non-existent type.
libstdc++-v3/include/bits/unordered_map.h