]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove unused local type alias <format>.
authorLuc Grosheintz <luc.grosheintz@gmail.com>
Tue, 14 Oct 2025 15:16:55 +0000 (17:16 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Tue, 14 Oct 2025 15:40:11 +0000 (17:40 +0200)
commitec331001eaa1e42c6ff9536fa51aeaf2a1c86a6a
tree8e269edbfddefca75167082f60ae5abf4650fef8
parent9b444204886227c9714158859bf21920e42e2656
libstdc++: Remove unused local type alias <format>.

After r16-4421-g59cabe08b57a26 the local type alias _String isn't used
anymore and therefore causes warnings when building the tests with
`-Wall -Wextra`.

libstdc++-v3/ChangeLog:

* include/std/format (_M_format_range): Remove unused local type
alias _String.

Reviewed-by: Tomasz Kamiński <tkaminsk@redhat.com>0
Signed-off-by: Luc Grosheintz <luc.grosheintz@gmail.com>
libstdc++-v3/include/std/format