Added debug log to StringNumericOptimal

This commit is contained in:
Alex Zolotarev 2014-01-27 14:38:37 +03:00 committed by Alex Zolotarev
parent 38efa76768
commit c16751396d

View file

@ -72,3 +72,8 @@ public:
}
}
};
string DebugPrint(StringNumericOptimal const & s)
{
return s.Get();
}