Loading...
Searching...
No Matches
Go to the documentation of this file.
21#ifndef Rcpp__platform__compiler_h
22#define Rcpp__platform__compiler_h
26#if !defined(__GNUC__) && !defined(__SUNPRO_CC) && !defined(__clang__) && !defined(__INTEL_COMPILER)
27#error "This compiler is not supported"
31#if __cplusplus < 201103L
32#error "The C++ compilation standard is too old: use C++11 or newer."
38#include <initializer_list>
39#include <unordered_map>
40#define RCPP_UNORDERED_MAP std::unordered_map
41#include <unordered_set>
42#define RCPP_UNORDERED_SET std::unordered_set
45 #define RCPP_HAS_DEMANGLING