Skip to content

Instantly share code, notes, and snippets.

@parsa

parsa/errors.log Secret

Created July 25, 2017 15:54
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 parsa/f9209aff7aa02e2b74b432a16fb7cac2 to your computer and use it in GitHub Desktop.
Save parsa/f9209aff7aa02e2b74b432a16fb7cac2 to your computer and use it in GitHub Desktop.
/worka/work/parsa/parallex ~/hpx
[1/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/actions/detail/action_factory.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/actions/detail/action_factory.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/actions/detail/action_factory.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/actions/detail/action_factory.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/actions/detail/action_factory.cpp.o -c /home/parsa/hpx/repo/src/runtime/actions/detail/action_factory.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/actions/action_support.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime/actions/detail/action_factory.hpp:12,
from /home/parsa/hpx/repo/src/runtime/actions/detail/action_factory.cpp:7:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/actions/action_support.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime/actions/detail/action_factory.hpp:12,
from /home/parsa/hpx/repo/src/runtime/actions/detail/action_factory.cpp:7:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[2/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/actions/detail/invocation_count_registry.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/actions/detail/invocation_count_registry.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/actions/detail/invocation_count_registry.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/actions/detail/invocation_count_registry.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/actions/detail/invocation_count_registry.cpp.o -c /home/parsa/hpx/repo/src/runtime/actions/detail/invocation_count_registry.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/performance_counters/counters.hpp:10,
from /home/parsa/hpx/repo/hpx/runtime/actions/detail/invocation_count_registry.hpp:10,
from /home/parsa/hpx/repo/src/runtime/actions/detail/invocation_count_registry.cpp:8:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/performance_counters/counters.hpp:10,
from /home/parsa/hpx/repo/hpx/runtime/actions/detail/invocation_count_registry.hpp:10,
from /home/parsa/hpx/repo/src/runtime/actions/detail/invocation_count_registry.cpp:8:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[3/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/actions/continuation.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/actions/continuation.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/actions/continuation.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/actions/continuation.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/actions/continuation.cpp.o -c /home/parsa/hpx/repo/src/runtime/actions/continuation.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/actions/trigger.hpp:11,
from /home/parsa/hpx/repo/hpx/runtime/actions/continuation.hpp:14,
from /home/parsa/hpx/repo/src/runtime/actions/continuation.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/actions/trigger.hpp:11,
from /home/parsa/hpx/repo/hpx/runtime/actions/continuation.hpp:14,
from /home/parsa/hpx/repo/src/runtime/actions/continuation.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[4/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_locality_namespace.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_locality_namespace.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_locality_namespace.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_locality_namespace.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_locality_namespace.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/detail/bootstrap_locality_namespace.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/agas/detail/bootstrap_locality_namespace.hpp:15,
from /home/parsa/hpx/repo/src/runtime/agas/detail/bootstrap_locality_namespace.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/agas/detail/bootstrap_locality_namespace.hpp:15,
from /home/parsa/hpx/repo/src/runtime/agas/detail/bootstrap_locality_namespace.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[5/200] Building CXX object src/CMakeFiles/hpx.dir/version.cpp.o
FAILED: src/CMakeFiles/hpx.dir/version.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/version.cpp.o -MF src/CMakeFiles/hpx.dir/version.cpp.o.d -o src/CMakeFiles/hpx.dir/version.cpp.o -c /home/parsa/hpx/repo/src/version.cpp
In file included from /usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpi.h:2196:0,
from /home/parsa/hpx/repo/src/version.cpp:15:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘virtual void MPI::Datatype::Set_attr(int, const void*)’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:337:90: warning: cast from type ‘const void*’ to type ‘void*’ casts away qualifiers [-Wcast-qual]
MPIX_CALLWORLD( MPI_Type_set_attr( (MPI_Datatype) the_real_datatype, v2, (void *)v3 ));
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:89:17: note: in definition of macro ‘MPIX_CALLWORLD’
{ int err = fnc ; if (err) MPIR_Call_world_errhand( err ); }
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘virtual MPI::Group MPI::Group::Range_excl(int, const int (*)[3]) const’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:635:92: warning: cast from type ‘const int (*)[3]’ to type ‘int (*)[3]’ casts away qualifiers [-Wcast-qual]
MPIX_CALLWORLD( MPI_Group_range_excl( (MPI_Group) the_real_group, v2, (int (*)[3])v3, &(v4.the_real_group) ));
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:89:17: note: in definition of macro ‘MPIX_CALLWORLD’
{ int err = fnc ; if (err) MPIR_Call_world_errhand( err ); }
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘virtual MPI::Group MPI::Group::Range_incl(int, const int (*)[3]) const’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:641:92: warning: cast from type ‘const int (*)[3]’ to type ‘int (*)[3]’ casts away qualifiers [-Wcast-qual]
MPIX_CALLWORLD( MPI_Group_range_incl( (MPI_Group) the_real_group, v2, (int (*)[3])v3, &(v4.the_real_group) ));
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:89:17: note: in definition of macro ‘MPIX_CALLWORLD’
{ int err = fnc ; if (err) MPIR_Call_world_errhand( err ); }
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘virtual void MPI::Request::Cancel() const’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1089:54: warning: cast from type ‘const MPI_Request* {aka const int*}’ to type ‘MPI_Request* {aka int*}’ casts away qualifiers [-Wcast-qual]
MPIX_CALLWORLD( MPI_Cancel( (MPI_Request *) &the_real_request ));
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:89:17: note: in definition of macro ‘MPIX_CALLWORLD’
{ int err = fnc ; if (err) MPIR_Call_world_errhand( err ); }
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘virtual void MPI::Comm::Set_attr(int, const void*)’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1414:86: warning: cast from type ‘const void*’ to type ‘void*’ casts away qualifiers [-Wcast-qual]
MPIX_CALLREF( this, MPI_Comm_set_attr( (MPI_Comm) the_real_comm, v2, (void *)v3 ));
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘MPI::Intercomm MPI::Intracomm::Spawn(const char*, const char**, int, const MPI::Info&, int) const’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1692:49: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
MPIX_CALLREF( this, MPI_Comm_spawn( (char *)command,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1693:26: warning: cast from type ‘const char**’ to type ‘char**’ casts away qualifiers [-Wcast-qual]
(char **)argv,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘MPI::Intercomm MPI::Intracomm::Spawn(const char*, const char**, int, const MPI::Info&, int, int*) const’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1700:49: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
MPIX_CALLREF( this, MPI_Comm_spawn( (char *)command,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1701:26: warning: cast from type ‘const char**’ to type ‘char**’ casts away qualifiers [-Wcast-qual]
(char **)argv,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘MPI::Intercomm MPI::Intracomm::Spawn_multiple(int, const char**, const char***, const int*, const MPI::Info*, int)’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1714:29: warning: cast from type ‘const char**’ to type ‘char**’ casts away qualifiers [-Wcast-qual]
(char **)array_of_commands,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1715:30: warning: cast from type ‘const char***’ to type ‘char***’ casts away qualifiers [-Wcast-qual]
(char ***)array_of_argv, (int *)array_of_maxprocs,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1715:52: warning: cast from type ‘const int*’ to type ‘int*’ casts away qualifiers [-Wcast-qual]
(char ***)array_of_argv, (int *)array_of_maxprocs,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘MPI::Intercomm MPI::Intracomm::Spawn_multiple(int, const char**, const char***, const int*, const MPI::Info*, int, int*)’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1729:29: warning: cast from type ‘const char**’ to type ‘char**’ casts away qualifiers [-Wcast-qual]
(char **)array_of_commands,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1730:30: warning: cast from type ‘const char***’ to type ‘char***’ casts away qualifiers [-Wcast-qual]
(char ***)array_of_argv, (int *)array_of_maxprocs,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1730:52: warning: cast from type ‘const int*’ to type ‘int*’ casts away qualifiers [-Wcast-qual]
(char ***)array_of_argv, (int *)array_of_maxprocs,
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In member function ‘virtual void MPI::Win::Set_attr(int, const void*)’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1853:83: warning: cast from type ‘const void*’ to type ‘void*’ casts away qualifiers [-Wcast-qual]
MPIX_CALLREF( this, MPI_Win_set_attr( (MPI_Win) the_real_win, v2, (void *)v3 ));
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:85:17: note: in definition of macro ‘MPIX_CALLREF’
{ int err = fnc; if (err) { (_objptr)->Call_errhandler( err ); }}
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h: In static member function ‘static MPI::Win MPI::Win::Create(const void*, MPI::Aint, int, const MPI::Info&, const MPI::Intracomm&)’:
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:1874:51: warning: cast from type ‘const void*’ to type ‘void*’ casts away qualifiers [-Wcast-qual]
MPIX_CALLOBJ( v5, MPI_Win_create( (void *)v1, v2, v3, (MPI_Info)(v4.the_real_info), (MPI_Comm)(v5.the_real_comm), &(v6.the_real_win) ));
^
/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include/mpicxx.h:87:17: note: in definition of macro ‘MPIX_CALLOBJ’
{ int err = fnc; if (err) { (_obj).Call_errhandler( err ); }}
^
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/src/version.cpp:19:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp: At global scope:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/src/version.cpp:19:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[6/200] Building CXX object src/CMakeFiles/hpx.dir/state.cpp.o
FAILED: src/CMakeFiles/hpx.dir/state.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/state.cpp.o -MF src/CMakeFiles/hpx.dir/state.cpp.o.d -o src/CMakeFiles/hpx.dir/state.cpp.o -c /home/parsa/hpx/repo/src/state.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/state.cpp:10:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/state.cpp:10:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[7/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_component_namespace.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_component_namespace.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_component_namespace.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_component_namespace.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_component_namespace.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/detail/bootstrap_component_namespace.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/agas/detail/bootstrap_component_namespace.hpp:12,
from /home/parsa/hpx/repo/src/runtime/agas/detail/bootstrap_component_namespace.cpp:8:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/agas/detail/bootstrap_component_namespace.hpp:12,
from /home/parsa/hpx/repo/src/runtime/agas/detail/bootstrap_component_namespace.cpp:8:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[8/200] Building CXX object src/CMakeFiles/hpx.dir/exception.cpp.o
FAILED: src/CMakeFiles/hpx.dir/exception.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/exception.cpp.o -MF src/CMakeFiles/hpx.dir/exception.cpp.o.d -o src/CMakeFiles/hpx.dir/exception.cpp.o -c /home/parsa/hpx/repo/src/exception.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/exception.cpp:14:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/exception.cpp:14:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[9/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/server/component_namespace_server.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/server/component_namespace_server.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/server/component_namespace_server.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/server/component_namespace_server.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/server/component_namespace_server.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/server/component_namespace_server.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/performance_counters/counters.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/server/component_namespace_server.cpp:10:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/performance_counters/counters.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/server/component_namespace_server.cpp:10:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[10/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/locality_namespace.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/locality_namespace.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/locality_namespace.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/locality_namespace.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/locality_namespace.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/locality_namespace.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/actions/action_support.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime/actions/basic_action.hpp:15,
from /home/parsa/hpx/repo/hpx/lcos/base_lco.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/base_lco_with_value.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/locality_namespace.cpp:11:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/actions/action_support.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime/actions/basic_action.hpp:15,
from /home/parsa/hpx/repo/hpx/lcos/base_lco.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/base_lco_with_value.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/locality_namespace.cpp:11:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[11/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/interface.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/interface.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/interface.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/interface.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/interface.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/interface.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/agas/component_namespace.hpp:13,
from /home/parsa/hpx/repo/hpx/runtime/agas/addressing_service.hpp:20,
from /home/parsa/hpx/repo/hpx/runtime/naming/resolver_client.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/interface.cpp:9:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/agas/component_namespace.hpp:13,
from /home/parsa/hpx/repo/hpx/runtime/agas/addressing_service.hpp:20,
from /home/parsa/hpx/repo/hpx/runtime/naming/resolver_client.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/interface.cpp:9:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[12/200] Building CXX object src/CMakeFiles/hpx.dir/pre_main.cpp.o
FAILED: src/CMakeFiles/hpx.dir/pre_main.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/pre_main.cpp.o -MF src/CMakeFiles/hpx.dir/pre_main.cpp.o.d -o src/CMakeFiles/hpx.dir/pre_main.cpp.o -c /home/parsa/hpx/repo/src/pre_main.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/pre_main.cpp:9:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/pre_main.cpp:9:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[13/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/component_namespace.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/component_namespace.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/component_namespace.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/component_namespace.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/component_namespace.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/component_namespace.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/actions/action_support.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime/actions/basic_action.hpp:15,
from /home/parsa/hpx/repo/hpx/lcos/base_lco.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/base_lco_with_value.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/component_namespace.cpp:10:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/actions/action_support.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime/actions/basic_action.hpp:15,
from /home/parsa/hpx/repo/hpx/lcos/base_lco.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/base_lco_with_value.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/component_namespace.cpp:10:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[14/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/server/locality_namespace_server.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/server/locality_namespace_server.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/server/locality_namespace_server.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/server/locality_namespace_server.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/server/locality_namespace_server.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/server/locality_namespace_server.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/performance_counters/counters.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/server/locality_namespace_server.cpp:11:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/performance_counters/counters.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/server/locality_namespace_server.cpp:11:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[15/200] Building CXX object src/CMakeFiles/hpx.dir/runtime.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime.cpp.o -MF src/CMakeFiles/hpx.dir/runtime.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime.cpp.o -c /home/parsa/hpx/repo/src/runtime.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/performance_counters/counters.hpp:10,
from /home/parsa/hpx/repo/hpx/performance_counters/counter_creators.hpp:11,
from /home/parsa/hpx/repo/src/runtime.cpp:10:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/performance_counters/counters.hpp:10,
from /home/parsa/hpx/repo/hpx/performance_counters/counter_creators.hpp:11,
from /home/parsa/hpx/repo/src/runtime.cpp:10:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[16/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/big_boot_barrier.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/big_boot_barrier.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/big_boot_barrier.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/big_boot_barrier.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/big_boot_barrier.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/big_boot_barrier.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/runtime/agas/big_boot_barrier.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/runtime/agas/big_boot_barrier.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[17/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_locality_namespace.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_locality_namespace.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_locality_namespace.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_locality_namespace.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_locality_namespace.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/detail/hosted_locality_namespace.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/async.hpp:11,
from /home/parsa/hpx/repo/hpx/async.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/detail/hosted_locality_namespace.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/async.hpp:11,
from /home/parsa/hpx/repo/hpx/async.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/detail/hosted_locality_namespace.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[18/200] Building CXX object src/CMakeFiles/hpx.dir/hpx_init.cpp.o
FAILED: src/CMakeFiles/hpx.dir/hpx_init.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/hpx_init.cpp.o -MF src/CMakeFiles/hpx.dir/hpx_init.cpp.o.d -o src/CMakeFiles/hpx.dir/hpx_init.cpp.o -c /home/parsa/hpx/repo/src/hpx_init.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/async.hpp:11,
from /home/parsa/hpx/repo/hpx/async.hpp:10,
from /home/parsa/hpx/repo/hpx/apply.hpp:10,
from /home/parsa/hpx/repo/src/hpx_init.cpp:11:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/async.hpp:11,
from /home/parsa/hpx/repo/hpx/async.hpp:10,
from /home/parsa/hpx/repo/hpx/apply.hpp:10,
from /home/parsa/hpx/repo/src/hpx_init.cpp:11:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[19/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_component_namespace.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_component_namespace.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_component_namespace.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_component_namespace.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_component_namespace.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/detail/hosted_component_namespace.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/async.hpp:11,
from /home/parsa/hpx/repo/hpx/async.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/detail/hosted_component_namespace.cpp:8:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/async.hpp:11,
from /home/parsa/hpx/repo/hpx/async.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/detail/hosted_component_namespace.cpp:8:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[20/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/primary_namespace.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/primary_namespace.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/primary_namespace.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/primary_namespace.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/primary_namespace.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/primary_namespace.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/async.hpp:11,
from /home/parsa/hpx/repo/hpx/async.hpp:10,
from /home/parsa/hpx/repo/hpx/apply.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/primary_namespace.cpp:9:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations_fwd.hpp:11,
from /home/parsa/hpx/repo/hpx/lcos/detail/async_implementations.hpp:10,
from /home/parsa/hpx/repo/hpx/lcos/async.hpp:11,
from /home/parsa/hpx/repo/hpx/async.hpp:10,
from /home/parsa/hpx/repo/hpx/apply.hpp:10,
from /home/parsa/hpx/repo/src/runtime/agas/primary_namespace.cpp:9:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[21/200] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o -MF src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o -c /home/parsa/hpx/repo/src/runtime/agas/addressing_service.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/runtime/agas/addressing_service.cpp:13:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/runtime/basename_registration.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime_fwd.hpp:14,
from /home/parsa/hpx/repo/hpx/runtime.hpp:21,
from /home/parsa/hpx/repo/src/runtime/agas/addressing_service.cpp:13:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
[22/200] Building CXX object src/CMakeFiles/hpx.dir/runtime_impl.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime_impl.cpp.o
/usr/local/compilers/gcc/4.9.0/bin/g++ -DDEBUG -DHPX_COMPONENT_NAME=hpx -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_DEBUG -D_GNU_SOURCE -Dhpx_EXPORTS -I/home/parsa/hpx/repo -isystem /worka/work/parsa/boost_161_gcc49/debug -I/usr/local/packages/hwloc/1.10.0/INTEL-14.0.2/include -I. -I/usr/local/packages/mvapich2/2.0/INTEL-14.0.2/include -std=c++1y -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Wcast-align -Werror=trampolines -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-unused-but-set-parameter -Wno-unused-but-set-variable -Werror=uninitialized -Wno-unused-local-typedefs -Wno-sync-nand -Wno-delete-non-virtual-dtor -fvisibility=hidden -g -fPIC -std=c++11 -MD -MT src/CMakeFiles/hpx.dir/runtime_impl.cpp.o -MF src/CMakeFiles/hpx.dir/runtime_impl.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime_impl.cpp.o -c /home/parsa/hpx/repo/src/runtime_impl.cpp
In file included from /home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:12:0,
from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/barrier.hpp:12,
from /home/parsa/hpx/repo/src/runtime_impl.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:76:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:84:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
auto operator()(Executor && exec, F && f, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:92:68: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:102:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:112:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:122:30: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Future& predecessor, Ts &&... ts) const;
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution_fwd.hpp:132:51: note: deduced return type only available with -std=c++1y or -std=gnu++1y
In file included from /home/parsa/hpx/repo/hpx/lcos/local/packaged_continuation.hpp:27:0,
from /home/parsa/hpx/repo/hpx/lcos/future.hpp:1485,
from /home/parsa/hpx/repo/hpx/lcos/barrier.hpp:12,
from /home/parsa/hpx/repo/src/runtime_impl.cpp:12:
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:338:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:481:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Future& predecessor, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:576:73: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:701:52: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:868:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Executor && exec, F && f, Shape const& shape, Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1197:72: note: deduced return type only available with -std=c++1y or -std=gnu++1y
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
Ts &&... ts) const
^
/home/parsa/hpx/repo/hpx/parallel/executors/execution.hpp:1536:26: note: deduced return type only available with -std=c++1y or -std=gnu++1y
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment