Skip to content

Commit de6b687

Browse files
committed
Use C++14
See #137
1 parent c83e7d9 commit de6b687

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ RoxygenNote: 7.1.2
4343
Roxygen: list(markdown = TRUE)
4444
URL: https://vdiffr.r-lib.org/, https://github.com/r-lib/vdiffr
4545
BugReports: https://github.com/r-lib/vdiffr/issues
46-
SystemRequirements: libpng
46+
SystemRequirements: C++14, libpng
4747
Config/Needs/website: tidyverse/tidytemplate

src/Makevars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
CXX_STD = CXX14
2+
13
PKG_LIBS = -lpng -lz

src/Makevars.ucrt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
CXX_STD = CXX14
2+
13
CRT = -ucrt
24
include Makevars.win

src/Makevars.win

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
CXX_STD = CXX14
2+
13
VERSION = 2.7.4
24
RWINLIB = ../windows/harfbuzz-${VERSION}
35

0 commit comments

Comments
 (0)