|
Ublas : |
Subject: [ublas] Errors in 'range'/'slice' docs
From: Marco Guazzone (marco.guazzone_at_[hidden])
Date: 2010-07-21 10:36:57
Hello,
In "libs/numeric/ublas/doc/range.htm" I think that the member
const_reference operator [] (size_type i) const
should be replaced with:
const_reference operator () (size_type i) const
both for "range" and for "slice".
Thanks!
Best,
-- Marco