pascal: return correct value for cbegin
This commit is contained in:
parent
9fc979ee1d
commit
3c57e6b6c7
@ -87,7 +87,7 @@ parray<T>::end (void) const {
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
const T*
|
const T*
|
||||||
parray<T>::cbegin (void) const {
|
parray<T>::cbegin (void) const {
|
||||||
return data + size;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user