-
Notifications
You must be signed in to change notification settings - Fork 56
If %e specifiers are enabled without enabling %f specifiers, then neither are provided. #38
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
Comments
I don't actually see this happening...
etc. |
@mickjc750 : ping. |
@eyalroz Edit the printf_config.h.in to the following: Edit the autotest.cpp to include the following on line 118 after the usage message: Then: The output after the usage message shows: |
Well, it seems I have a bug with the CMake generation of |
…al specifiers are disabled. Also, corrected some test suite code which caused failures when only decimal or only exponential specifiers are enabled.
@mickjc750 : Please try this out. |
@eyalroz confirmed fixed. |
…al specifiers are disabled. Also, corrected some test suite code which caused failures when only decimal or only exponential specifiers are enabled.
Enabling option PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS but not PRINTF_SUPPORT_FLOAT_SPECIFIERS.
Yields neither..
This may occur if an application really only wants the exponent format.
The text was updated successfully, but these errors were encountered: