We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67174c commit abdb4e1Copy full SHA for abdb4e1
ReadMe.md
@@ -3,10 +3,10 @@
3
[](https://en.wikipedia.org/wiki/Zlib_License)
4
5
6
-This is a C++20 header-only library for reading/writing
+This is a C++23 header-only library for reading/writing
7
[Minecraft NBT](https://wiki.vg/NBT) data:
8
* Single header file
9
-* Requires C++20 and [P2162](https://wg21.link/p2162) (GCC 13, Clang 14, MSVC 19.latest)
+* Requires C++23 (GCC 13, Clang 14, MSVC 19.latest)
10
* Reads from `istream`s, writes to `ostream`s
11
* Supports pretty printing
12
0 commit comments