|
| 1 | +2017-09-03 Dirk Eddelbuettel <edd@debian.org> |
| 2 | + |
| 3 | + * DESCRIPTION (Version, Date): Roll minor version |
| 4 | + |
1 | 5 | 2017-09-02 James J Balamuta <balamut2@illinois.edu> |
| 6 | + |
2 | 7 | * inst/include/Rcpp/vector/VectorBase.h: Defined both iterator AND |
3 | | - const_iterator for future considerations. Currently, as before, |
4 | | - only const_iterator is available (though it used to be called iterator). |
| 8 | + const_iterator for future considerations. Currently, as before, only |
| 9 | + const_iterator is available (though it used to be called iterator). |
5 | 10 | Added cbegin() and cend() functions. We should revisit whether there |
6 | 11 | should be a non-const iterator on VectorBase in the future. |
| 12 | + |
7 | 13 | * inst/include/Rcpp/vector/Matrix.h: Added cbegin() and cend() |
8 | 14 | functions. Iterator defintions inherited from Vector are appropriate. |
| 15 | + |
9 | 16 | * inst/include/Rcpp/vector/MatrixColumn.h: Added cbegin() and cend() |
10 | 17 | functions. Iterator definitions inherited from Vector are appropriate |
11 | 18 | because Matrix is column-major. |
| 19 | + |
12 | 20 | * inst/include/Rcpp/vector/Vector.h: Added cbegin() and cend() |
13 | 21 | functions. Iterators are appropriate minus the problem with the const |
14 | 22 | proxy class of objects (which may or may not actually be const depending |
15 | 23 | on which one). |
16 | | - * inst/include/Rcpp/vector/traits.h: Removed (accidentally) some |
17 | | - some trailing whitespace on lines. |
18 | | - |
| 24 | + |
| 25 | + * inst/include/Rcpp/vector/traits.h: Removed (accidentally) some some |
| 26 | + trailing whitespace on lines. |
| 27 | + |
19 | 28 | 2017-09-02 Dirk Eddelbuettel <edd@debian.org> |
20 | 29 |
|
21 | 30 | * DESCRIPTION (Version): Roll minor version |
|
0 commit comments