Skip to content

Commit c7a2277

Browse files
committed
strict_r_headers
1 parent eb5d62d commit c7a2277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: freealg
22
Type: Package
33
Title: The Free Algebra
4-
Version: 1.0-2
4+
Version: 1.0-3
55
Authors@R: person(given=c("Robin", "K. S."), family="Hankin", role = c("aut","cre"), email="[email protected]", comment = c(ORCID = "0000-0001-5982-0415"))
66
Maintainer: Robin K. S. Hankin <[email protected]>
77
Depends: methods

src/free.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
22

33
#define USE_UNORDERED_MAP true // set to true for unordered_map; comment out to use plain stl map.
4-
4+
#define STRICT_R_HEADERS
55
#include <Rcpp.h>
66

77

0 commit comments

Comments
 (0)