2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-25 16:52:09 +00:00

Add std::vector testing for future

svn path=/trunk/boost/libs/numeric/ublas/; revision=25515
This commit is contained in:
Michael Stevens
2004-10-01 17:54:23 +00:00
parent d6b421fa1d
commit f028c180da

View File

@@ -18,7 +18,7 @@ UBLAS_TESTSET = [ modules.peek : UBLAS_TESTSET ] ;
UBLAS_TESTSET ?=
USE_DOUBLE USE_STD_COMPLEX
USE_RANGE USE_SLICE
USE_UNBOUNDED_ARRAY USE_BOUNDED_VECTOR USE_MATRIX ;
USE_UNBOUNDED_ARRAY USE_STD_VECTOR USE_BOUNDED_VECTOR USE_MATRIX ;
# Sparse storage: USE_MAP_ARRAY USE_STD_MAP
# Sparse vectors: USE_SPARSE_VECTOR USE_COMPRESSED_VECTOR USE_COORDINATE_VECTOR