We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a7937 commit b2e8ae3Copy full SHA for b2e8ae3
1 file changed
RcppTskit/src/Makevars.in
@@ -59,6 +59,9 @@ RCPPTSKIT_LDFLAGS =
59
PKG_CFLAGS = $(RCPPTSKIT_CFLAGS)
60
PKG_CXXFLAGS = $(RCPPTSKIT_CXXFLAGS)
61
62
+# core.h:__tsk_nan_f requires C++20 on CRAN/Windows, but see #63
63
+CXX_STD = CXX20
64
+
65
# Explicit compile rule for tskit C files
66
tskit/%.o: tskit/%.c
67
$(CC) $(ALL_CPPFLAGS) $(PKG_CFLAGS) $(CFLAGS) $(CPICFLAGS) -c $< -o $@
0 commit comments