forked from AcademySoftwareFoundation/OpenImageIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: address fmt exceptions for left justification (AcademySoftwareFo…
…undation#4510) I don't understand why, but for certain combinations of gcc, fmt, etc., we were getting exceptions from fmt. I finally caught it in the act! It seems related to formatting specs that looks like `{:-20s}`. Maybe this used to be allowed but isn't officially supported? Anyway, left justification is default anyway, so there's no point to the `-`. Removing it makes fmt happy, no more exceptions. Signed-off-by: Larry Gritz <lg@larrygritz.com>
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters