Skip to content

Commit e8a3622

Browse files
committed
upgraded to C++17
1 parent 57f67a9 commit e8a3622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rcpp_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* The full license is in the file LICENSE, distributed with this software. *
88
****************************************************************************/
99

10-
// [[Rcpp::plugins(cpp14)]]
10+
// [[Rcpp::plugins(cpp17)]]
1111
// [[Rcpp::depends(xtensor)]]
1212

1313
#include "xtensor-r/rcontainer.hpp"

0 commit comments

Comments
 (0)