Skip to content

Commit

Permalink
Revert "Use C++14" and "Remove CXX11 specification"
Browse files Browse the repository at this point in the history
This reverts commit de6b687.
This reverts commit 41773cb.
  • Loading branch information
lionel- committed Sep 10, 2023
1 parent de6b687 commit d293d5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
URL: https://vdiffr.r-lib.org/, https://github.com/r-lib/vdiffr
BugReports: https://github.com/r-lib/vdiffr/issues
SystemRequirements: C++14, libpng
SystemRequirements: C++11, libpng
Config/Needs/website: tidyverse/tidytemplate
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CXX_STD = CXX14
CXX_STD = CXX11

PKG_LIBS = -lpng -lz
2 changes: 1 addition & 1 deletion src/Makevars.ucrt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXX_STD = CXX14
CXX_STD = CXX11

CRT = -ucrt
include Makevars.win
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXX_STD = CXX14
CXX_STD = CXX11

VERSION = 2.7.4
RWINLIB = ../windows/harfbuzz-${VERSION}
Expand Down

0 comments on commit d293d5d

Please sign in to comment.