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

iains@gcc.gnu.org iains@gcc.gnu.org
Wed Oct 2 15:43:00 GMT 2019


Author: iains
Date: Wed Oct  2 15:43:53 2019
New Revision: 276467

URL: https://gcc.gnu.org/viewcvs?rev=276467&root=gcc&view=rev
Log:
c++-coroutines - Add comparison operators from n4830.

We don't have spaceship yet, so this just includes the equality
operator, a follow-up will include the other operators from the
older draft.

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

	libstdc++-v3/
	* include/experimental/coroutine (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