bool improvements
Change-Id: I510d75d784c357dfd3420202fc8c5769e665e456
This commit is contained in:
@@ -52,9 +52,9 @@
|
|||||||
|
|
||||||
#if OSL_DEBUG_LEVEL > 2
|
#if OSL_DEBUG_LEVEL > 2
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#define HCDBG(foo) do { if (1) foo; } while(0)
|
#define HCDBG(foo) do { if (true) foo; } while(false)
|
||||||
#else
|
#else
|
||||||
#define HCDBG(foo) do { } while(0)
|
#define HCDBG(foo) do { } while(false)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace fs
|
namespace fs
|
||||||
|
Reference in New Issue
Block a user