X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Fformat.h;h=65d10dffa585bb6e272db7d1d20a71a07b6a0a42;hb=468ec9f6554c89b52e10a280411c9b9d99ef451b;hp=6d8f739a436c3abaa8fdbbbdc7292e5dfb803d1d;hpb=c7afef88380ebebc8c2b04e48664d73281ec8848;p=libs%2Fcore.git diff --git a/source/strings/format.h b/source/strings/format.h index 6d8f739..65d10df 100644 --- a/source/strings/format.h +++ b/source/strings/format.h @@ -24,7 +24,7 @@ public: template Formatter &operator()(const T &a) { - result += lexical_cast(a, get_conversion()); + result += lexical_cast(a, get_conversion()); advance(); return *this; }