Skip to content

Commit

Permalink
Set C++ standard to C++14 to avoid a nagging Boost warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 20, 2022
1 parent 4c66ebf commit 1ad3ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CXX_STD = CXX11
CXX_STD = CXX14

PKG_CPPFLAGS = -I../inst/include -DBOOST_NO_AUTO_PTR
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CXX_STD = CXX11
CXX_STD = CXX14

PKG_CPPFLAGS = -I../inst/include -DBOOST_NO_AUTO_PTR

0 comments on commit 1ad3ca8

Please sign in to comment.