Opened 9 years ago
#8646 new Feature Requests
vector_indirect: broader support for vector of indices
Reported by: | Owned by: | Gunter | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | vector_indirect, proxy, indices | Cc: |
Description
Hello all,
It would be really useful to be able to construct vector_indirect objects using more types of vector of indices, other than indirect_array. Contrary to the documentation, trying to use a std::vector<size_t> or a boost::numeric::ublas::vector<size_t> results in my compiler (GCC 4.7.2) complaining about a preprocess member missing.
Similar ideas would of course apply to matrix_indirect as well. Thanks for your time.
Note:
See TracTickets
for help on using tickets.