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

Name vfprintf clashes with the identically named declaration in 'st… #3400

Merged
merged 1 commit into from Apr 23, 2023

Conversation

DanielaE
Copy link
Contributor

…dio.h' if that happens to be #included into the same TU. Fix this by using qualified name lookup instead of unqualified lookup that also enables ADL.

…dio.h' if that happens to be #included into the same TU. Fix this by using qualified name lookup instead of unqualified lookup that also enables ADL.
@vitaut vitaut merged commit f449ca0 into fmtlib:master Apr 23, 2023
38 checks passed
@vitaut
Copy link
Contributor

vitaut commented Apr 23, 2023

It's probably the one in <cstdio> not <stdio.h> that is problematic. In any case the change seems reasonable, thank you!

@DanielaE DanielaE deleted the feature/fix-name-lookup branch May 2, 2023 15:49
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.

None yet

2 participants