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

call to make_array() broke with boost update 1.63 -> 1.64 #47

Open
ipuustin opened this issue May 17, 2017 · 1 comment
Open

call to make_array() broke with boost update 1.63 -> 1.64 #47

ipuustin opened this issue May 17, 2017 · 1 comment

Comments

@ipuustin
Copy link

It seems that my viennacl build broke with boost version update 1.63 -> 1.64:

 In file included from /usr/include/boost/numeric/ublas/vector.hpp:21:0,
                  from /usr/include/boost/numeric/ublas/matrix.hpp:18,
                  from /usr/include/boost/numeric/ublas/triangular.hpp:16,
                  from /build/viennacl-dev-release-1.7.1/examples/tutorial/iterative-ublas.cpp:41:
 /usr/include/boost/numeric/ublas/storage.hpp: In member function 'void boost::numeric::ublas::unbounded_array<T, ALLOC>::serialize(Archive&, unsigned int)':
 /usr/include/boost/numeric/ublas/storage.hpp:299:18: error: 'make_array' is not a member of 'boost::serialization'
              ar & serialization::make_array(data_, s);
                   ^~~~~~~~~~~~~
@MarcelRaad
Copy link
Contributor

I encountered the same issue and created PR uBLAS#55.

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