We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29165ca commit 6c9be42Copy full SHA for 6c9be42
ChangeLog
@@ -1,3 +1,8 @@
1
+2015-12-29 Joshua Pritikin <[email protected]>
2
+
3
+ * inst/include/Rcpp/Module.h: Initialize base class in copy ctor
4
+ * inst/include/Rcpp/macros/interface.h: Idem
5
6
2015-12-12 Qiang Kou <[email protected]>
7
8
* inst/include/Rcpp/String.h: std::hash<Rcpp::String>
inst/NEWS.Rd
@@ -22,6 +22,11 @@
22
\item Insert additional space around \code{&} in function interface (PR
23
\ghpr{400} by Kazuki Fukui fixing \ghit{278}).
24
}
25
+ \item Changes in Rcpp Modules:
26
+ \itemize{
27
+ \item The copy constructor now initialized the base class (PR \ghpr{411}
28
+ by Joshua Pritikin fixing \ghit{410})
29
+ }
30
31
32
0 commit comments