This commit is contained in:
gabime
2014-05-11 03:07:21 +03:00
parent ff0d313936
commit 4207c40786
3 changed files with 33 additions and 33 deletions

View File

@@ -14,7 +14,7 @@ class stack_devicebuf :public std::streambuf
{
public:
using Base = std::streambuf;
using stackbuf = stack_buf<192>;
using stackbuf = stack_buf<192>;
stack_devicebuf() = default;
~stack_devicebuf() = default;
stack_devicebuf& operator=(const stack_devicebuf&) = delete;