Skip to content
Snippets Groups Projects

Resolve "Add macOS compatibility"

Merged Thomas Juerges requested to merge 1-add-macos-compatibility into master
Files
4
@@ -20,6 +20,15 @@
#include <tango/tango.h>
#ifndef TANGO_LOG
#define TANGO_LOG cout
#endif
#ifndef TANGO_LOG_INFO
#define TANGO_LOG_INFO cout2
#endif
#ifndef TANGO_LOG_DEBUG
#define TANGO_LOG_DEBUG cout4
#endif
int main(int argc,char *argv[])
{