You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be an error in format.h:936: no thousands sep functor call. I think that it makes buffer to miss pointer position. This fix it for me (in format.h:934):
And separator is "\xc2\xa0"; for "ru_RU.UTF-8" locale, so there is another mistake in format.h:2784 (need some additional brackets). The next code fixes it:
Hi! Thanks for good lib!
But I think there are some bugs, is that so?
Test code:
Seems to be an error in
format.h:936
: no thousands sep functor call. I think that it makes buffer to miss pointer position. This fix it for me (informat.h:934
):And separator is
"\xc2\xa0";
for "ru_RU.UTF-8" locale, so there is another mistake informat.h:2784
(need some additional brackets). The next code fixes it:The text was updated successfully, but these errors were encountered: