Skip to content

Commit 41773cb

Browse files
committed
Remove CXX11 specification
1 parent 4366bdb commit 41773cb

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
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: C++11, libpng
46+
SystemRequirements: libpng
4747
Config/Needs/website: tidyverse/tidytemplate

src/Makevars

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

src/Makevars.ucrt

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

src/Makevars.win

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

0 commit comments

Comments
 (0)