Debug: make DebProxy & DebSink implementations of a single template class
As discussed in !70 (comment 20707), the patch implements:
template <bool active> class TDebProxy;
typedef TDebProxy<true> DebProxy;
typedef TDebProxy<false> DebSink;
As discussed in !70 (comment 20707), the patch implements:
template <bool active> class TDebProxy;
typedef TDebProxy<true> DebProxy;
typedef TDebProxy<false> DebSink;