[#BloombergLP-balst-StackTracePrinter-2constructor-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTracePrinter.adoc[StackTracePrinter]::StackTracePrinter :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr StackTracePrinter(xref:BloombergLP/balst/StackTracePrinter.adoc[StackTracePrinter] const& original) = default; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#