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

Ambiguous functions in std namespace #1120

Closed
Jerry-Ma opened this issue Apr 17, 2019 · 1 comment
Closed

Ambiguous functions in std namespace #1120

Jerry-Ma opened this issue Apr 17, 2019 · 1 comment

Comments

@Jerry-Ma
Copy link

Jerry-Ma commented Apr 17, 2019

Hi,

After commit ab1474e , the compat functions begin, end, result_of defined in fmt::internal is imported to namespace std, which results in ambiguous function calls when using e.g., begin(const T&)

@vitaut
Copy link
Contributor

vitaut commented Apr 17, 2019

Fixed in d306585. Thanks for reporting!

@vitaut vitaut closed this as completed Apr 17, 2019
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

No branches or pull requests

2 participants