libstdc++: Remove redundant inequality operators in <stop_token>
authorJonathan Wakely <jwakely@redhat.com>
Mon, 6 Jan 2020 12:06:47 +0000 (12:06 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 6 Jan 2020 12:06:47 +0000 (12:06 +0000)
commita4a1f96551882663b7eb75cf09c00ab9052dd08d
tree719a7391b8f5f437de05a2881942bbb87e20cf4c
parentf31a99f7c1239d0bde7b1f60e664ee98020bd4e0
libstdc++: Remove redundant inequality operators in <stop_token>

* include/std/stop_token (stop_token): Remove operator!= (LWG 3254).
(stop_source): Likewise (LWG 3362).
* testsuite/30_threads/stop_token/stop_source.cc: Test equality
comparisons.

From-SVN: r279897
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/stop_token
libstdc++-v3/testsuite/30_threads/stop_token/stop_source.cc