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

Fixing deprecation warning Wdeprecated-literal-operator on LLVM 16.0.6 #2870

Closed
wants to merge 1 commit into from

Conversation

burcelee
Copy link

See https://reviews.llvm.org/rG5ce5e983f82c802e44faa8ed42d605d70c045ba9

Since LLVM 16.0.6 (which I am using via Emscripten), the following code can generate a warning due to use the deprecated syntax of the literal operator.

This fixed the issue in my project. Please let me know if my PR is improperly formatted or there's anything else I need to do.

@tt4g
Copy link
Contributor

tt4g commented Aug 29, 2023

All source code under the directory include/spdlog/fmt/bundled/ is copied from the fmt library.
Please reopen it in fmt repository.

@tt4g
Copy link
Contributor

tt4g commented Aug 30, 2023

Rejected this change in fmt: fmtlib/fmt#3608

Current PR: fmtlib/fmt#3610

@burcelee
Copy link
Author

Thanks for the heads up. Sounds like this change is redundant then, so we can probably close?

@tt4g
Copy link
Contributor

tt4g commented Aug 30, 2023

Yes. close it.

@burcelee burcelee closed this Aug 30, 2023
@WorstCodeWay WorstCodeWay mentioned this pull request Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants