Skip to content

Commit

Permalink
Updates for CPP17
Browse files Browse the repository at this point in the history
  • Loading branch information
1beb committed Dec 5, 2023
1 parent 612ed1c commit 839f7ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CXX_STD = CXX11
CXX_STD = CXX17
PKG_CPPFLAGS = -DARMA_64BIT_WORD=1
1 change: 0 additions & 1 deletion src/sample_me.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef _HWRUME
#define _HWRUME

// [[Rcpp::plugins(cpp11)]]
#include <RcppArmadillo.h>
#include "aux_funs.h"

Expand Down

0 comments on commit 839f7ef

Please sign in to comment.