Upgrading CXX_STANDARD to 23, then replace fmt lib with std::format and std::print #4994
marcin-wadolkowski
started this conversation in
Ideas
Replies: 1 comment
|
Hi @marcin-wadolkowski, this is a good idea, although we'd need to verify proper support on all platforms we build on. In my experience, AppleClang tends to lag behind and CMake will happily accept limited C++2y support for |
0 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.
Uh oh!
There was an error while loading. Please reload this page.
Since C++ 23 there is a <print> header. After upgrade I think that fmt lib can be removed from list of libraries and STL functions may be used. Please let me know if I could do it or you think that this is waste of time :)
All reactions