File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 17
17
* inst/include/Rcpp/*: Removed BEGIN_RCPP and END_RCPP from a few files
18
18
* src/Module.cpp: But added here
19
19
20
+ 2015-04-19 Jonathan Marshall <
[email protected] >
21
+
22
+ * inst/include/Rcpp/vector/string_proxy.h: Adds empty() constructor
23
+ * inst/include/Rcpp/vector/const_string_proxy.h: Ditto
24
+
20
25
2015-03-18 Dmitrii Meleshko <
[email protected] >
21
26
22
27
* inst/include/Rcpp/vector/Matrix.h: Added default ctor for 0x0 matrix
Original file line number Diff line number Diff line change 11
11
\item Header files try harder not to let macroas leak out.
12
12
\item Matrices now have a default constructor for zero - by - zero dimension
13
13
matrices (via pull request by Dmitrii Meleshko ).
14
+ \item A new \code {empty()} string constructor was added.
14
15
}
15
16
\item Changes in Rcpp Attributes :
16
17
\itemize {
You can’t perform that action at this time.
0 commit comments