Skip to content

Instantly share code, notes, and snippets.

@gentryx
Created November 3, 2016 22:57
Show Gist options
  • Save gentryx/926ae995c3f76cefc5ff42baaad7bd12 to your computer and use it in GitHub Desktop.
Save gentryx/926ae995c3f76cefc5ff42baaad7bd12 to your computer and use it in GitHub Desktop.
[ 57%] Building CXX object examples/quickstart/CMakeFiles/vector_zip_dotproduct_exe.dir/vector_zip_dotproduct.cpp.o
In file included from /home/gentryx/repositories/hpx/hpx/parallel/datapar/loop.hpp:14:0,
from /home/gentryx/repositories/hpx/hpx/parallel/util/loop.hpp:11,
from /home/gentryx/repositories/hpx/hpx/parallel/algorithms/adjacent_difference.hpp:19,
from /home/gentryx/repositories/hpx/hpx/parallel/numeric.hpp:15,
from /home/gentryx/repositories/hpx/hpx/include/parallel_numeric.hpp:9,
from /home/gentryx/repositories/hpx/examples/quickstart/vector_zip_dotproduct.cpp:8:
/home/gentryx/repositories/hpx/hpx/parallel/datapar/iterator_helpers.hpp:28:19: error: declaration of 'class Iter'
template <typename Iter>
^
/home/gentryx/repositories/hpx/hpx/parallel/datapar/iterator_helpers.hpp:25:15: error: shadows template parm 'class Iter'
template <typename Iter>
^
In file included from /home/gentryx/repositories/hpx/hpx/parallel/util/loop.hpp:11:0,
from /home/gentryx/repositories/hpx/hpx/parallel/algorithms/adjacent_difference.hpp:19,
from /home/gentryx/repositories/hpx/hpx/parallel/numeric.hpp:15,
from /home/gentryx/repositories/hpx/hpx/include/parallel_numeric.hpp:9,
from /home/gentryx/repositories/hpx/examples/quickstart/vector_zip_dotproduct.cpp:8:
/home/gentryx/repositories/hpx/hpx/parallel/datapar/loop.hpp:143:23: error: declaration of 'class Iter'
template <typename Iter>
^
/home/gentryx/repositories/hpx/hpx/parallel/datapar/loop.hpp:137:19: error: shadows template parm 'class Iter'
template <typename Iter>
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment