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

Migrate libfmt to std::format #84

Open
ahuston-0 opened this issue May 17, 2023 · 2 comments
Open

Migrate libfmt to std::format #84

ahuston-0 opened this issue May 17, 2023 · 2 comments
Assignees
Labels
invalid This doesn't seem right tooling Marks a change to project tooling and/or support

Comments

@ahuston-0
Copy link
Collaborator

As std::format is now present in all major compilers, libfmt can be removed.

@ahuston-0 ahuston-0 self-assigned this May 17, 2023
@ahuston-0 ahuston-0 added tooling Marks a change to project tooling and/or support invalid This doesn't seem right labels May 17, 2023
@ahuston-0
Copy link
Collaborator Author

Clang support is still not quite there yet... need to check this later

@dkrautha
Copy link
Collaborator

Besides clang not being there quite yet (its hidden behind an experimental compiler flag), this was only added to the new GCC 13 release very recently, so our build target of Debian 11 in #85 would not have support, as it only has GCC 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right tooling Marks a change to project tooling and/or support
Projects
None yet
Development

No branches or pull requests

2 participants