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

API details about fmt::output_file? #2084

Closed
1oyue opened this issue Jan 4, 2021 · 1 comment
Closed

API details about fmt::output_file? #2084

1oyue opened this issue Jan 4, 2021 · 1 comment

Comments

@1oyue
Copy link

1oyue commented Jan 4, 2021

Hi I'm new to fmt and love it so much. But I can't find the details about fmt::output_file in the document. Also when I use it in Visual Studio, VS reports that "fmt doesn't have member function called output_file", but it can compile and run correctly. Also I found someone had the same question like me: https://zhiqiang.org/coding/output_file-of-fmt-is-weird.html. Is there any clue for me? Thanks~

@vitaut
Copy link
Contributor

vitaut commented Jan 9, 2021

Added initial documentation in https://fmt.dev/dev/api.html#os-api, thanks for the suggestion. As for VS, intellisense is known to handle modern C++ features very poorly, in this case it probably can't handle __has_include.

@vitaut vitaut closed this as completed Jan 9, 2021
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