b3view/Debug.cpp

9 lines
84 B
C++

#include "Debug.h"
ostream & debug()
{
std::flush( cout );
return cout;
}