r279988 - in /trunk/libstdc++-v3: ChangeLog inc...

rodgertq@gcc.gnu.org rodgertq@gcc.gnu.org
Wed Jan 8 03:00:00 GMT 2020


Author: rodgertq
Date: Wed Jan  8 03:00:40 2020
New Revision: 279988

URL: https://gcc.gnu.org/viewcvs?rev=279988&root=gcc&view=rev
Log:
Rename condition_variable_any wait* methods to match current draft standard

2020-01-07  Thomas Rodgers  <trodgers@redhat.com>

	* include/std/condition_variable
	(condition_variable_any::wait_on): Rename to match current draft
	standard.
	(condition_variable_any::wait_on_until): Likewise.
	(condition_variable_any::wait_on_for): Likewise.
	* testsuite/30_threads/condition_variable_any/stop_token/wait_on.cc:
	Adjust tests to account for renamed methods.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/condition_variable
    trunk/libstdc++-v3/testsuite/30_threads/condition_variable_any/stop_token/wait_on.cc



More information about the Libstdc++-cvs mailing list