]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Adjust std::in_range template parameter name
authorJonathan Wakely <jwakely@redhat.com>
Fri, 17 Nov 2023 12:18:17 +0000 (12:18 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 6 Dec 2023 14:50:27 +0000 (14:50 +0000)
commit87288696a2394cf8092d376e1db315e149a6f5b7
tree9443d217f8b111f0d4573fdeaa9f92d6b2429443
parent359e9acdccd9e8f3b2030fb9ef9d68e47e825876
libstdc++: Adjust std::in_range template parameter name

This is more consistent with the specification in the standard.

libstdc++-v3/ChangeLog:

* include/std/utility (in_range): Rename _Up parameter to _Res.

(cherry picked from commit 97fc8851f60fda381ac3bf6213a1cc93d9fda4f0)
libstdc++-v3/include/std/utility