|
Ublas : |
From: Dominique Marcadet (Dominique.Marcadet_at_[hidden])
Date: 2005-01-05 11:46:30
Hello,
I am using ublas::indirect_array <ublas::vector <size_t> > (for use with matrix_indirect) in a project.
It works with Boost 1.31.0, but not with Boost 1.32.0 because const_pointer is no more defined in ublas::vector (and pointer is privately defined).
I have switch to ublas::indirect_array <std::vector <size_t> >, but wonder if it is a volontary design decision to prevent usage of ublas::vector in indirect_array.
Regards,
-- +----------------------------------------------------------------------+ | Dominique Marcadet Tél direct : +33 [0] 1 69 85 14 73 | +----------------------------------------------------------------------+ | Département Informatique Supélec | Tél : +33 [0] 1 69 85 12 12 | | Plateau de Moulon - 3 rue Joliot-Curie | Fax : +33 [0] 1 69 85 12 34 | | 91192 Gif sur Yvette Cedex - France | http://www.supelec.fr | +----------------------------------------------------------------------+