Skip to content

Commit a37bd02

Browse files
committed
Requires C++20 now
1 parent f7c7a97 commit a37bd02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Note: for current users of *TinyExpr++*, please see the [compatibility advisory]
4040

4141
## Features
4242

43-
- **C++17 with no dependencies**.
43+
- **C++20 with no dependencies**.
4444
- Single source file and header file.
4545
- Simple and fast.
4646
- Implements standard operator precedence.

docs/manual/building.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ doxygen docs/Doxyfile
1111

1212
## Requirements {-}
1313

14-
*TinyExpr++* must be compiled as C++17.\index{compiling!requirements} (Some additional features require C++20.)
14+
*TinyExpr++* must be compiled as C++20.\index{compiling!requirements}
1515

1616
MSVC, GCC, and Clang compilers are supported.

docs/manual/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It's open-source, free, easy-to-use, and self-contained in a single source and h
3131

3232
## Features {-}
3333

34-
- C++17 with no dependencies.
34+
- C++20 with no dependencies.
3535
- Single source file and header file.
3636
- Simple and fast.
3737
- Implements standard operator precedence.

0 commit comments

Comments
 (0)