• bsimmers's avatar
    abort instead of throwing an exception on bad format strings · 9bfa4150
    bsimmers authored
    Summary:
    Errors that happen during format are almost always programmer
    error in the form of a bad format string. Abort instead of throwing in
    these cases.
    
    Test Plan: automated tests, added a couple new tests
    
    Reviewed By: tudorb@fb.com
    
    FB internal diff: D947470
    9bfa4150
Format-inl.h 31.7 KB