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 27f24f0 commit cb5d507Copy full SHA for cb5d507
ChangeLog
@@ -1,7 +1,11 @@
1
+2021-05-09 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * inst/include/RcppCommon.h: Add cfloat header
4
5
2021-04-09 Dirk Eddelbuettel <edd@debian.org>
6
7
* inst/include/Rcpp/hash/IndexHash.h: Silence one comparison, update
- use of unsigned it to uint32_t throughout
8
+ use of unsigned int to uint32_t throughout
9
10
2021-03-22 Dirk Eddelbuettel <edd@debian.org>
11
inst/include/RcppCommon.h
@@ -63,6 +63,7 @@ namespace Rcpp {
63
#include <numeric>
64
#include <algorithm>
65
#include <complex>
66
+#include <cfloat>
67
#include <limits>
68
#include <typeinfo>
69
#include <Rcpp/sprintf.h>
0 commit comments