Opened 6 years ago
Last modified 5 years ago
#12978 new Bugs
wrong boost::serialization header included in ublas
| Reported by: | Owned by: | Gunter | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | uBLAS |
| Version: | Boost 1.64.0 | Severity: | Problem |
| Keywords: | Cc: | roel@… |
Description
numeric/ublas/{matrix, storage}.hpp (and possibly other header files) include <boost/serialization/array.hpp>, but should really include <boost/serialization/array_wrapper.hpp>. Without this change, I get compilation errors with boost 1.64beta2 like these:
error: no member named 'make_array' in namespace 'boost::serialization'
Change History (2)
comment:1 by , 5 years ago
| Cc: | added |
|---|
comment:2 by , 5 years ago
| Component: | None → uBLAS |
|---|---|
| Owner: | set to |
Note:
See TracTickets
for help on using tickets.
