g3log/g2log/test_unit/test_sink.cpp
2013-07-13 17:57:26 -06:00

18 lines
339 B
C++

#include <gtest/gtest.h>
#include "g2log.h"
#include <memory>
#include <string>
#include "testing_helpers.h"
#include "std2_make_unique.hpp"
using namespace std;
using namespace std2;
//class CoutSink{
// stringstream buffer;
// unique_ptr<ScopedCout> scope_ptr;
// CoutSink() : scope_ptr(make_unique<ScopedCout>(&buffer){}
//};
//