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
There should be std::string instead of std::wstring in
std::string
std::wstring
std::wstring fmt::format(StringRef format_str, ArgList args)
http://cppformat.github.io/dev/api.html#_CPPv2N3fmt6formatE9StringRef7ArgList
The text was updated successfully, but these errors were encountered:
This is a bug in Doxygen 1.7.6.1:
<type>std::string</type> <definition>std::wstring fmt::format</definition> <argsstring>(StringRef format_str, ArgList args)</argsstring>
Sorry, something went wrong.
Install newer version of Doxygen because of a bug in version 1.7.6.1 (#…
5a61d54
…162)
Fixed in 5a61d54.
No branches or pull requests
There should be
std::string
instead ofstd::wstring
instd::wstring fmt::format(StringRef format_str, ArgList args)
http://cppformat.github.io/dev/api.html#_CPPv2N3fmt6formatE9StringRef7ArgList
The text was updated successfully, but these errors were encountered: