Skip to content

Debug: make DebProxy & DebSink implementations of a single template class

Alejandro Homs Puron requested to merge template_deb_proxy into master

As discussed in !70 (comment 20707), the patch implements:

template <bool active> class TDebProxy;
typedef TDebProxy<true> DebProxy;
typedef TDebProxy<false> DebSink;

Merge request reports