Add a note about CLOSEDOC_TRACE that must be TRACEARGS if we want to debug it

This commit is contained in:
David Capello 2019-06-07 13:22:18 -03:00
parent 0554b53385
commit ffee4e5407

View File

@ -15,7 +15,7 @@
#include <algorithm>
#include <limits>
#define CLOSEDOC_TRACE(...)
#define CLOSEDOC_TRACE(...) // TRACEARGS
namespace app {