Skip to content

Commit 88fd62b

Browse files
committed
CXX23 ok (fully tested) but requires a patched testthat
1 parent 2207d4e commit 88fd62b

File tree

114 files changed

+24
-13240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+24
-13240
lines changed

README.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ cpp4r can be used as a replacement for cpp11 in existing or new packages. Think
3333
they are almost identical, but cpp4r has some extra features.
3434

3535
cpp4r requires at least C++11. It is compatible with C++14, C++17, C++20, C++23 as well. The headers are written in
36-
a way that is compatible with all of these standards and newer features are used if the compiler supports them.
36+
a way that is compatible with all of these standards and newer C++ features are used if the compiler supports them withC
37+
C++11 as a base.
3738

3839
After discussing some [pull requests](https://github.com/pachadotdev/cpp11/pulls/pachadotdev) with Hadley Wickham from
3940
Posit, it was mentioned that I should create my own fork to add the following features:

benchmarks/Makefile

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)