Create a copy of the specified original.

Synopsis

Declared in <balst_stacktraceprinter.h>

constexpr
StackTracePrinter(StackTracePrinter const& original) = default;

Description

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.

Parameters

Name

Description

original

object to copy

Created with MrDocs