Replies: 1 comment 4 replies
|
Version 3.0.0 began the move to C++23. So, you can use v2.9.5, albeit the library has advanced significantly since then. I will note that Glaze lightly uses C++23 and works with compilers like GCC 12 and Clang 17. I'm curious, is this limitation due to not being able to use newer compilers, or being told to avoid C++23? In the transition from C++20 to C++23 Glaze only dropped GCC 11 and I think Clang 15. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi. Glaze looks really interesting. But I'm limited to C++20, so no-can-do C++23 for a while still.
Thus I'd like to know if there's a no-longer-supported version of glaze that used to work on C++20?
Perhaps with less features, but still useful and fast. So is there? TIA, --DD
All reactions