r279897 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Mon Jan 6 12:06:00 GMT 2020
Author: redi
Date: Mon Jan 6 12:06:47 2020
New Revision: 279897
URL: https://gcc.gnu.org/viewcvs?rev=279897&root=gcc&view=rev
Log:
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.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/stop_token
trunk/libstdc++-v3/testsuite/30_threads/stop_token/stop_source.cc
More information about the Libstdc++-cvs
mailing list