Commit fdaafdf6 authored by gabime's avatar gabime

reduced fast_oss stack size to 128

parent f9f59a54
......@@ -61,7 +61,7 @@ protected:
return ch;
}
private:
stack_buf<256> _stackbuf;
stack_buf<128> _stackbuf;
};
class fast_oss :public std::ostream
......
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