libstdc++: Adjust std::in_range template parameter name
commit97fc8851f60fda381ac3bf6213a1cc93d9fda4f0
authorJonathan Wakely <jwakely@redhat.com>
Fri, 17 Nov 2023 12:18:17 +0000 (17 12:18 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 17 Nov 2023 14:46:46 +0000 (17 14:46 +0000)
treed6f354c4c254af945acf50c8bdddca96dec44b34
parent66c15287ddbdc9c270fca528bb641d265a370dcc
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.
libstdc++-v3/include/std/utility