This commit is contained in:
gabi 2014-10-19 18:35:41 +03:00
parent e7c7bf2384
commit 86bfcf2408
1 changed files with 0 additions and 8 deletions

View File

@ -134,14 +134,6 @@ public:
}
// put int and pad with zeroes if smalled than min_width
fast_oss& operator<<(char c)
{
putc(c);
return *this;
}
/// put int and pad with zeroes if smalled than min_width///
void put_int(int n, int padding)
{
std::string s;