Commit 86bfcf24 authored by gabi's avatar gabi

bugfix

parent e7c7bf23
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment