Skip to content

Instantly share code, notes, and snippets.

@taeguk
Created August 12, 2017 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taeguk/a9a37590471f0c30a706ca6aea0a392f to your computer and use it in GitHub Desktop.
Save taeguk/a9a37590471f0c30a706ca6aea0a392f to your computer and use it in GitHub Desktop.
errorrrrrrrrr.txt
[tkwon@bob1 hpx_build]$ make -j16 tests.performance.parallel_algorithms.local_.benchmark_is_heap
Scanning dependencies of target hpx_init
[ 8%] Building CXX object src/CMakeFiles/hpx_init.dir/hpx_main.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx_init.dir/hpx_main_variables_map.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx_init.dir/hpx_main_winsocket.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx_init.dir/hpx_main_argc_argv.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx_init.dir/hpx_user_main.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx_init.dir/hpx_user_main_argc_argv.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx_init.dir/util/lightweight_test.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx_init.dir/main.cpp.o
Scanning dependencies of target hpx
[ 8%] Linking CXX static library ../lib/libhpx_init.a
[ 8%] Built target hpx_init
[ 8%] Building CXX object src/CMakeFiles/hpx.dir/error_code.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx.dir/exception.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx.dir/exception_list.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx.dir/hpx_init.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx.dir/runtime.cpp.o
[ 8%] Building CXX object src/CMakeFiles/hpx.dir/runtime_impl.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/state.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/version.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/throw_exception.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/pre_main.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/actions/continuation.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/actions/detail/action_factory.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/actions/detail/invocation_count_registry.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/big_boot_barrier.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/component_namespace.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_component_namespace.cpp.o
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/actions/action_support.hpp:14,
from /home/tkwon/hpx/hpx/runtime/actions/detail/action_factory.hpp:12,
from /home/tkwon/hpx/src/runtime/actions/detail/action_factory.cpp:7:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/performance_counters/counters.hpp:10,
from /home/tkwon/hpx/hpx/runtime/actions/detail/invocation_count_registry.hpp:10,
from /home/tkwon/hpx/src/runtime/actions/detail/invocation_count_registry.cpp:8:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/actions/trigger.hpp:11,
from /home/tkwon/hpx/hpx/runtime/actions/continuation.hpp:14,
from /home/tkwon/hpx/src/runtime/actions/continuation.cpp:12:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_locality_namespace.cpp.o
[ 16%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_component_namespace.cpp.o
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/basename_registration.hpp:14,
from /home/tkwon/hpx/hpx/runtime_fwd.hpp:14,
from /home/tkwon/hpx/src/version.cpp:19:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/actions/detail/action_factory.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/basename_registration.hpp:14,
from /home/tkwon/hpx/hpx/runtime_fwd.hpp:14,
from /home/tkwon/hpx/hpx/runtime.hpp:21,
from /home/tkwon/hpx/src/state.cpp:10:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/actions/action_support.hpp:14,
from /home/tkwon/hpx/hpx/runtime/actions/basic_action.hpp:15,
from /home/tkwon/hpx/hpx/lcos/base_lco.hpp:10,
from /home/tkwon/hpx/hpx/lcos/base_lco_with_value.hpp:10,
from /home/tkwon/hpx/src/runtime/agas/component_namespace.cpp:10:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/performance_counters/counters.hpp:10,
from /home/tkwon/hpx/hpx/performance_counters/counter_creators.hpp:11,
from /home/tkwon/hpx/src/runtime.cpp:10:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/agas/detail/bootstrap_locality_namespace.hpp:15,
from /home/tkwon/hpx/src/runtime/agas/detail/bootstrap_locality_namespace.cpp:12:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/basename_registration.hpp:14,
from /home/tkwon/hpx/hpx/runtime_fwd.hpp:14,
from /home/tkwon/hpx/hpx/runtime.hpp:21,
from /home/tkwon/hpx/src/exception.cpp:14:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/basename_registration.hpp:14,
from /home/tkwon/hpx/hpx/runtime_fwd.hpp:14,
from /home/tkwon/hpx/hpx/runtime.hpp:21,
from /home/tkwon/hpx/src/pre_main.cpp:9:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/basename_registration.hpp:14,
from /home/tkwon/hpx/hpx/runtime_fwd.hpp:14,
from /home/tkwon/hpx/hpx/runtime.hpp:21,
from /home/tkwon/hpx/src/runtime/agas/big_boot_barrier.cpp:12:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/lcos/barrier.hpp:12,
from /home/tkwon/hpx/src/runtime_impl.cpp:12:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/agas/detail/bootstrap_component_namespace.hpp:12,
from /home/tkwon/hpx/src/runtime/agas/detail/bootstrap_component_namespace.cpp:8:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/runtime/basename_registration.hpp:14,
from /home/tkwon/hpx/hpx/runtime_fwd.hpp:14,
from /home/tkwon/hpx/hpx/runtime.hpp:21,
from /home/tkwon/hpx/src/runtime/agas/addressing_service.cpp:13:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/actions/detail/invocation_count_registry.cpp.o] Error 1
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/tkwon/hpx/hpx/lcos/detail/async_implementations.hpp:10,
from /home/tkwon/hpx/hpx/lcos/async.hpp:11,
from /home/tkwon/hpx/hpx/async.hpp:10,
from /home/tkwon/hpx/hpx/apply.hpp:10,
from /home/tkwon/hpx/src/hpx_init.cpp:11:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/actions/continuation.cpp.o] Error 1
In file included from /home/tkwon/hpx/hpx/parallel/executors/execution.hpp:13:0,
from /home/tkwon/hpx/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/tkwon/hpx/hpx/lcos/future.hpp:1485,
from /home/tkwon/hpx/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/tkwon/hpx/hpx/lcos/detail/async_implementations.hpp:10,
from /home/tkwon/hpx/hpx/lcos/async.hpp:11,
from /home/tkwon/hpx/hpx/async.hpp:10,
from /home/tkwon/hpx/src/runtime/agas/detail/hosted_component_namespace.cpp:8:
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:139:51: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
operator()(Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:377:70: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:408:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:437:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:467:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts&&... ts) const
^~~~~
/home/tkwon/hpx/hpx/parallel/executors/execution_fwd.hpp:497:46: note: deduced return type only available with -std=c++14 or -std=gnu++14
make[3]: *** [src/CMakeFiles/hpx.dir/version.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/state.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_locality_namespace.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/exception.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_component_namespace.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/pre_main.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/agas/component_namespace.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/agas/big_boot_barrier.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/runtime.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/hpx_init.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_component_namespace.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/runtime_impl.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/hpx.dir/all] Error 2
make[1]: *** [tests/performance/parallel_algorithms/local/CMakeFiles/tests.performance.parallel_algorithms.local_.benchmark_is_heap.dir/rule] Error 2
make: *** [tests.performance.parallel_algorithms.local_.benchmark_is_heap] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment