boostorg / format

Boost.org format module
http://boost.org/libs/format
Boost Software License 1.0
25 stars 51 forks source link

zero padding does not work in combination with plus sign #68

Open maddanio opened 5 years ago

maddanio commented 5 years ago

i.e. %07d will result in padding to 7 digits with zeros and %+d will show unpadded digits with plus sign if positive, but %+07d only shows the plus sign (if positive) but does not zero pad