libstdc++: Rename __detail::__not_same_as helper
authorJonathan Wakely <jwakely@redhat.com>
Mon, 16 Aug 2021 17:10:04 +0000 (18:10 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 17 Aug 2021 13:22:49 +0000 (14:22 +0100)
commitc09cabb239179fcc8ed70f033f214d98a49eb378
tree6bb938e938489fe251f6061ac1e29931c37be13b
parent42cfa1bd6c05f2dc0d6269155950d16064310f56
libstdc++: Rename __detail::__not_same_as helper

This is done to match an editorial change in the working draft, to
rename the exposition-only not-same-as helper to different-from.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* include/bits/ranges_util.h (__not_same_as): Rename to
__different_from.
* include/std/ranges (__not_same_as): Likewise.
libstdc++-v3/include/bits/ranges_util.h
libstdc++-v3/include/std/ranges