initial reserver of std_devicebuf=128

This commit is contained in:
gabime
2014-03-17 15:43:13 +02:00
parent d8ddfe5c24
commit da82d8e245
2 changed files with 14 additions and 15 deletions

View File

@@ -20,8 +20,6 @@ int main(int argc, char* argv[])
{
if(argc || argv) {};
std::string s;
cout << "STRING cap: " << format(s.capacity()) << endl;
auto fsink = std::make_shared<sinks::rotating_file_sink>("log", "txt", 1024*1024*50 , 5, 0);
//auto fsink = std::make_shared<sinks::simple_file_sink>("simplelog", "txt");