We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At http://fmtlib.net/5.1.0/api.html#output-iterator-support, the format_to_n function documentation was not generated due to Doxygen complaining about ambiguous match (string_view vs. wstring_view overloads).
format_to_n
Warning doxygenfunction: Unable to resolve multiple matches for function “fmt::format_to_n” with arguments (OutputIt, size_t, string_view, const Args&...) in doxygen xml output for project “format” from directory: /Users/viz/work/fmt/support/build/doxyxml. Potential matches: - template <typename OutputIt, typename... *Args*> format_to_n_result<OutputIt> fmt::format_to_n(OutputIt, std::size_t, string_view, const Args&...) - template <typename OutputIt, typename... *Args*> format_to_n_result<OutputIt> fmt::format_to_n(OutputIt, std::size_t, wstring_view, const Args&...)
The text was updated successfully, but these errors were encountered:
Fixed: http://fmtlib.net/5.1.0/api.html#_CPPv2N3fmt11format_to_nE8OutputItNSt6size_tE11string_viewDpRK4Args
Thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
At http://fmtlib.net/5.1.0/api.html#output-iterator-support, the
format_to_n
function documentation was not generated due to Doxygen complaining about ambiguous match (string_view vs. wstring_view overloads).The text was updated successfully, but these errors were encountered: