Skip to content

Instantly share code, notes, and snippets.

@dmarce1
Created June 14, 2017 16:35
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 dmarce1/f8c9911ca379af2ba09a6bdb91b485aa to your computer and use it in GitHub Desktop.
Save dmarce1/f8c9911ca379af2ba09a6bdb91b485aa to your computer and use it in GitHub Desktop.
[ 4%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o
In file included from /home/dmarce1/local/boost/include/boost/icl/type_traits/identity_element.hpp:11:0,
from /home/dmarce1/local/boost/include/boost/icl/type_traits/unit_element.hpp:12,
from /home/dmarce1/local/boost/include/boost/icl/concept/interval.hpp:17,
from /home/dmarce1/local/boost/include/boost/icl/closed_interval.hpp:12,
from /work/dmarce1/build/hpx/src/runtime/agas/addressing_service.cpp:48:
/home/dmarce1/local/boost/include/boost/icl/type_traits/type_to_string.hpp:56:12: error: partial specialization of ‘struct boost::icl::type_to_string<Unary<Type> >’ after instantiation of ‘struct boost::icl::type_to_string<std::__cxx11::basic_string<char> >’ [-fpermissive]
struct type_to_string<Unary<Type> >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dmarce1/local/boost/include/boost/icl/type_traits/type_to_string.hpp:72:12: error: partial specialization of ‘struct boost::icl::type_to_string<Binary<Type1, Type2> >’ after instantiation of ‘struct boost::icl::type_to_string<std::__cxx11::basic_string<char> >’ [-fpermissive]
struct type_to_string<Binary<Type1, Type2> >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/hpx.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment