boostorg / boostorg/ublas

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

Open
#47 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
122
Forks
151
PR merge metrics
No merged PRs in 30d

Description

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::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);
^~~~~~~~~~~~~
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.