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

Formatting of function pointers should be disallowed #2609

Closed
vitaut opened this issue Nov 22, 2021 · 0 comments · Fixed by #2610
Closed

Formatting of function pointers should be disallowed #2609

vitaut opened this issue Nov 22, 2021 · 0 comments · Fixed by #2610

Comments

@vitaut
Copy link
Contributor

vitaut commented Nov 22, 2021

Example:

#include <fmt/core.h>

void f() {}

int main() {
    fmt::print("float  size is 4 bytes : {}\n", f);
} 

https://stackoverflow.com/questions/70069151/prevent-fmt-from-printing-function-pointers

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 a pull request may close this issue.

1 participant