provide PBD::demangle() even on platforms without HAVE_EXECINFO
This commit is contained in:
parent
74f3955682
commit
3aee160b19
@ -96,6 +96,12 @@ PBD::stacktrace (std::ostream& out, int levels)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
std::string
|
||||||
|
PBD::demangle (std::string const & l)
|
||||||
|
{
|
||||||
|
return string;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
PBD::stacktrace (std::ostream& out, int /*levels*/)
|
PBD::stacktrace (std::ostream& out, int /*levels*/)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user