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

Incorrect return value for fmt::format shown in the development docs #162

Closed
vitaut opened this issue May 22, 2015 · 2 comments
Closed

Incorrect return value for fmt::format shown in the development docs #162

vitaut opened this issue May 22, 2015 · 2 comments

Comments

@vitaut
Copy link
Contributor

vitaut commented May 22, 2015

There should be std::string instead of std::wstring in

std::wstring fmt::format(StringRef format_str, ArgList args)

http://cppformat.github.io/dev/api.html#_CPPv2N3fmt6formatE9StringRef7ArgList

@vitaut
Copy link
Contributor Author

vitaut commented May 24, 2015

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>

@vitaut
Copy link
Contributor Author

vitaut commented May 24, 2015

Fixed in 5a61d54.

@vitaut vitaut closed this as completed May 24, 2015
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

1 participant