b3view/Debug.cpp

8 lines
83 B
C++
Raw Normal View History

2010-04-21 07:48:36 -07:00
#include "Debug.h"
ostream & debug()
{
std::flush( cout );
return cout;
}