File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ 2016-06-02 Kirill Müller <
[email protected] >
2+
3+ * inst/include/Rcpp/algorithm.h: Use "long long" only if available
4+ * inst/include/Rcpp/exceptions.h: Annotate stop() with NORET
5+
162016-05-18 Daniel C. Dillon <
[email protected] >
27
38 * inst/include/Rcpp/algorithm.h: New approach for sugar
Original file line number Diff line number Diff line change 77 \itemize {
88 \item Changes in Rcpp API :
99 \itemize {
10+ \item The \code {long long } data type is used only if it is available ,
11+ to avoid compiler warnings (Kirill M üller in \ghpr {488 }).
12+ \item The compiler is made aware that \code {stop()} never returns , to
13+ improve code path analysis (Kirill M üller in \ghpr {487 } addressing issue
14+ \ghit {486 }).
1015 \item String replacement was corrected (Qiang in \ghpr {479 } following
1116 mailing list bug report by Masaki Tsuda )
1217 }
You can’t perform that action at this time.
0 commit comments