r276565 - in /branches/c++-coroutines: ChangeLo...

iains@gcc.gnu.org iains@gcc.gnu.org
Fri Oct 4 08:34:00 GMT 2019


Author: iains
Date: Fri Oct  4 08:34:04 2019
New Revision: 276565

URL: https://gcc.gnu.org/viewcvs?rev=276565&root=gcc&view=rev
Log:
[coro] Add comparison operators from n4775.

We don't have spaceship yet, so include the other operators from
the older TS.

2019-10-04  Iain Sandoe  <iain@sandoe.co.uk>

	libstdc++-v3/
	* include/experimental/coroutine (operator!=): New.
	(operator<): New.
	(operator>): New.
	(operator<=): New.
	(operator>=): New.


Modified:
    branches/c++-coroutines/libstdc++-v3/include/experimental/coroutine

Changes in other areas also in this revision:
Modified:
    branches/c++-coroutines/ChangeLog.coroutines



More information about the Libstdc++-cvs mailing list