]> gcc.gnu.org Git - gcc.git/commit - libstdc++-v3/ChangeLog
Rename condition_variable_any wait* methods to match current draft standard
authorThomas Rodgers <trodgers@redhat.com>
Wed, 8 Jan 2020 03:00:40 +0000 (03:00 +0000)
committerThomas Rodgers <rodgertq@gcc.gnu.org>
Wed, 8 Jan 2020 03:00:40 +0000 (03:00 +0000)
commit9e3c1eb77323950fd8d92d618909e558c5ef94ff
treeee8b367b4cb33aa201aeb7f1f2815c043353d983
parent42d73fa9d575e3c8c21e88bd7f65922e17b052f1
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.

From-SVN: r279988
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/condition_variable
libstdc++-v3/testsuite/30_threads/condition_variable_any/stop_token/wait_on.cc
This page took 0.060011 seconds and 5 git commands to generate.