Skip to content

Commit 6d306cb

Browse files
committed
Add C++23 limitation to README.md
1 parent 10b97e1 commit 6d306cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ Numbers are parsed as `long long` and `long double`, which correspond to 64-bit
8080
### No token streaming
8181

8282
While tokens can be read one by one from a stream, the tokens are aggregated in a `std::vector`
83-
before returning due to a lack of `yield` in C++.
83+
before returning due to a lack of `yield` in C++.
84+
85+
### C++23 or higher
86+
87+
Since the library makes use of `std::expected`, you must build it with a C++23-compatible compiler.

0 commit comments

Comments
 (0)