We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/local/include/boost/icl/type_traits/type_to_string.hpp:56:12: error: partial specialization of ‘struct boost::icl::type_to_string<Unary >’ after instantiation of ‘struct boost::icl::type_to_string<std::basic_string >’ [-fpermissive] struct type_to_string<Unary > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/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::basic_string >’ [-fpermissive] struct type_to_string<Binary<Type1, Type2> >
The text was updated successfully, but these errors were encountered:
i could fix it by adding the following patch on top of boost 1.65 ubuntu installation https://github.com/boostorg/icl/commit/32178e147a976419b9ac846d3c40c3ab4d1e0ff6.patch
Sorry, something went wrong.
No branches or pull requests
/usr/local/include/boost/icl/type_traits/type_to_string.hpp:56:12: error: partial specialization of ‘struct boost::icl::type_to_string<Unary >’ after instantiation of ‘struct boost::icl::type_to_string<std::basic_string >’ [-fpermissive]
struct type_to_string<Unary >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/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::basic_string >’ [-fpermissive]
struct type_to_string<Binary<Type1, Type2> >
The text was updated successfully, but these errors were encountered: