Skip to content
New issue

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

compile failed #36

Open
wuyanxing opened this issue Mar 13, 2019 · 1 comment
Open

compile failed #36

wuyanxing opened this issue Mar 13, 2019 · 1 comment

Comments

@wuyanxing
Copy link

/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> >

@ramSeraph
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants