Some syntactic improvements

This commit is contained in:
gabi
2014-10-10 21:32:10 +03:00
parent b49b086723
commit 068a0e3a6b
2 changed files with 9 additions and 13 deletions

View File

@@ -6,12 +6,11 @@
#include "fast_oss.h"
// line_logger class.
// aggregates single log line (on the stack if possibe) and calls the logger upon destruction
// Line logger class - aggregates operator<< calls to fast ostream
// and logs upon destruction
namespace c11log
{
namespace details
{
class line_logger