On Thu, Dec 02, 2004 at 02:24:26PM +0100, Georg Baum wrote:
> -int LyXTabular::getCellNumber(int row, int column) const
> +LyXTabular::idx_type LyXTabular::getCellNumber(row_type row,
> +                                               col_type column) const
>  {
> -       BOOST_ASSERT(column >= 0 || column < columns_ || row >= 0 || row <
> rows_);

Why is  ' < 0 ' equivalent to  ' != npos' ?

Andre'

Reply via email to