Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fmtlib and replace with <print> #109

Open
LoneBoco opened this issue Aug 1, 2024 · 0 comments
Open

Remove fmtlib and replace with <print> #109

LoneBoco opened this issue Aug 1, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers gserver

Comments

@LoneBoco
Copy link
Collaborator

LoneBoco commented Aug 1, 2024

C++23 includes the <print> library as part of the STL. We can now remove our dependency on fmtlib.

<print> is supported in GCC 14, clang 18, VS 17.7, and Xcode 15 (although Apple Clang doesn't implement the std::ostream overload).

@LoneBoco LoneBoco converted this from a draft issue Aug 1, 2024
@LoneBoco LoneBoco added enhancement New feature or request good first issue Good for newcomers gserver labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers gserver
Projects
Status: To do
Development

No branches or pull requests

1 participant