Skip to content

Commit 0c745a8

Browse files
committed
Additional simplification, and typo fix
1 parent e1d11f1 commit 0c745a8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

inst/include/Rcpp/platform/compiler.h

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
#define HAS_VARIADIC_TEMPLATES
4343
#define HAS_STATIC_ASSERT
4444
#include <cmath>
45-
#define HAS_CXX0X_UNORDERED_MAP
46-
#define HAS_CXX0X_UNORDERED_SET
47-
#define HAS_CXX0X_INITIALIZER_LIST
4845
#include <initializer_list>
4946
#include <unordered_map>
5047
#define RCPP_USING_UNORDERED_MAP

man/evalCpp.Rd

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ see \code{\link{cppFunction}}
6161
evalCpp("__cplusplus")
6262
evalCpp("std::numeric_limits<double>::max()")
6363

64-
# areMacrosDefined is no longer exported by accessible via ':::'
64+
# areMacrosDefined is no longer exported but accessible via ':::'
6565
Rcpp:::areMacrosDefined(c("__cplusplus", "GCC_VERSION"))
6666

6767
}

0 commit comments

Comments
 (0)