-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Expose or extract useful utilities? #323
Comments
Thanks for the feedback. System error API is already public: http://fmtlib.net/latest/api.html#system-errors. I don't think it's a good idea to expose I'll be happy to make UTF-8/UTF-16 converters public, but note that they are only implemented for Windows, because other platforms support UTF-8 natively. The converters need to be documented first though. |
I have my own exception hierarchy so I don't want to construct a |
|
Thanks! |
This library contains more than the awesome formatting capabilities. It also has UTF8 to UTF16 conversion, cross platform
strerror_r
, detection of compiler features, etc. Can you expose them as public functions? Or extract them into a separate library?The text was updated successfully, but these errors were encountered: