Skip to content

Commit

Permalink
strict_r_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHankin committed Apr 28, 2021
1 parent 55dfeb5 commit f13ac18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mvp
Type: Package
Title: Fast Symbolic Multivariate Polynomials
Version: 1.0-10
Version: 1.0-11
Authors@R: person(given=c("Robin", "K. S."), family="Hankin", role = c("aut","cre"), email="hankin.robin@gmail.com", comment = c(ORCID = "0000-0001-5982-0415"))
Depends: methods,magrittr
Suggests: knitr,rmarkdown,spray,microbenchmark,testthat
Expand Down
2 changes: 1 addition & 1 deletion src/skimpy.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-

#define USE_UNORDERED_MAP true // set to true for unordered_map; comment out to use plain stl map.

#define STRICT_R_HEADERS
#include <Rcpp.h>
#include <cmath>

Expand Down

1 comment on commit f13ac18

@RobinHankin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.