diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-10-13 10:37:13 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-10-13 10:37:13 +0000 |
commit | e9ab93410d708840d803d0b7a92ed456d9c1e03c (patch) | |
tree | e224e63919b7a4272a576db1a4dac93cabaebf69 /gcc/testsuite/gfortran.dg/read_eof_2.f90 | |
parent | 51eb70a9a3d859f0955347fc831142908cd22e8d (diff) | |
download | gcc-e9ab93410d708840d803d0b7a92ed456d9c1e03c.tar.gz |
Replace __bind_simple with std::thread::__make_invoker
* include/std/functional (_Bind_simple, _Bind_simple_helper)
(__bind_simple): Remove.
* include/std/future: Include <bits/invoke.h> instead of <functional>.
(__future_base::_Task_state::_M_run)
(__future_base::_Task_state::_M_run_delayed): Use lambda expressions
instead of __bind_simple.
(__future_base::_Task_state::_S_maybe_wrap_ref): Remove.
(async): Use thread::__make_invoker instead of __bind_simple.
* include/std/thread: Include <tuple> and <bits/invoke.h> instead of
<functional>.
(thread::_Invoker, thread::__make_invoker): Define helpers to do
INVOKE(DECAY_COPY(f), DECAY_COPY(args)...).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/read_eof_2.f90')
0 files changed, 0 insertions, 0 deletions