File tree 3 files changed +20
-2
lines changed
include/Rcpp/date_datetime
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2018-09-27 Dirk Eddelbuettel <
[email protected] >
2
+
3
+ * inst/include/Rcpp/date_datetime/Date.h: Remove the empty destructor
4
+ to make g++-9 (prerelease) happy [CRAN request]
5
+
1
6
2018-09-26 Dirk Eddelbuettel <
[email protected] >
2
7
3
8
* docker/ci/Dockerfile: Set env var RunAllRcppTests=yes
Original file line number Diff line number Diff line change 3
3
\newcommand {\ghpr }{\href {https : // github.com / RcppCore / Rcpp / pull / # 1}{##1}}
4
4
\newcommand {\ghit }{\href {https : // github.com / RcppCore / Rcpp / issues / # 1}{##1}}
5
5
6
+ \section {Changes in Rcpp version 0.12.20 (2018 - 11 - xx )}{
7
+ \itemize {
8
+ \item Changes in Rcpp API :
9
+ \itemize {
10
+ \item The empty destructor for the \code {Date } class was removed
11
+ to please g ++- 9 (prerelease ) and \code {- Wdeprecated - copy } (Dirk ).
12
+ }
13
+ \item Changes in Rcpp Deployment :
14
+ \itemize {
15
+ \item The Dockerfile for Continuous Integration sets the required
16
+ test flag (for release versions ) inside the container (Dirk ).
17
+ }
18
+ }
19
+ }
20
+
6
21
\section {Changes in Rcpp version 0.12.19 (2018 - 09 - 20 )}{
7
22
\itemize {
8
23
\item Changes in Rcpp API :
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ namespace Rcpp {
67
67
m_d = tmp/(24 *60 *60 );
68
68
}
69
69
70
- ~Date () {};
71
-
72
70
double getDate (void ) const {
73
71
return m_d;
74
72
}
You can’t perform that action at this time.
0 commit comments