Skip to content

Commit

Permalink
Fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jun 1, 2020
1 parent c20d9c4 commit 23a1645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Use C++11 if available
CXX_STD=CXX11
# Use C++17 to be sure timespec_get is available in C++
# See https://github.com/r-lib/later/issues/115
CXX_STD=CXX17

PKG_CPPFLAGS = -pthread -DSTRICT_R_HEADERS
PKG_LIBS = -pthread @extra_pkg_libs@
Expand Down

0 comments on commit 23a1645

Please sign in to comment.