Create a copy of the specified original. Default the copy constructor to work around a bug on the Aix compiler that generates warnings every time an object of this type is passed to operator<< if this constructor is deleted or private.
Synopsis
Declared in <balst_stacktraceprinter.h>
constexpr
StackTracePrinter(StackTracePrinter const& original) = default;
Created with MrDocs