Go to the documentation of this file. 1 #ifndef CROMBIE_DEBUG_H 2 #define CROMBIE_DEBUG_H 11 static bool _printed =
false;
13 template<
typename T>
void OneMessage (T message) {
25 std::cout << std::endl;
29 const bool debug = getenv(
"debug");
31 template<
typename T,
typename... V>
void Debug(T message, V... more) {