Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-03-19 04:31:00


On Monday 19 March 2007 09:06, Riccardo Rossi wrote:
> Hi everyone,
> excuse me to drop in your conversation but ...
>
> i am a user of boost 1.33.1 ... i have size1() and size2() used in all
> of my code...which means hundreds of calls...
>
> will it still work once 1.34.0 is released??????
>
> i think this was already a change from 1.32 ... so i hoped it would be
> stable now.

The public interface functions matrix::size1() and matrix::size2() have not
been modified. Only the internal basic_row_major<> and basic_column_major
classes were modified to return size_m and size_M instead of size1 and size2.

mfg
Gunter