mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-26 17:12:10 +00:00
Bring in storage before _expression should help CV9.4 with incomplete range types
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
#ifndef BOOST_UBLAS_VECTOR_H
|
||||
#define BOOST_UBLAS_VECTOR_H
|
||||
|
||||
#include <boost/numeric/ublas/vector_expression.hpp>
|
||||
#include <boost/numeric/ublas/storage.hpp>
|
||||
#include <boost/numeric/ublas/vector_expression.hpp>
|
||||
#include <boost/numeric/ublas/detail/vector_assign.hpp>
|
||||
|
||||
// Iterators based on ideas of Jeremy Siek
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
#ifndef BOOST_UBLAS_VECTOR_SPARSE_H
|
||||
#define BOOST_UBLAS_VECTOR_SPARSE_H
|
||||
|
||||
#include <boost/numeric/ublas/vector_expression.hpp>
|
||||
#include <boost/numeric/ublas/storage_sparse.hpp>
|
||||
#include <boost/numeric/ublas/vector_expression.hpp>
|
||||
#include <boost/numeric/ublas/detail/vector_assign.hpp>
|
||||
|
||||
// Iterators based on ideas of Jeremy Siek
|
||||
|
||||
Reference in New Issue
Block a user