13
0

provide PBD::demangle() even on platforms without HAVE_EXECINFO

This commit is contained in:
Paul Davis 2013-10-04 12:22:00 -04:00
parent 74f3955682
commit 3aee160b19

View File

@ -96,6 +96,12 @@ PBD::stacktrace (std::ostream& out, int levels)
#else
std::string
PBD::demangle (std::string const & l)
{
return string;
}
void
PBD::stacktrace (std::ostream& out, int /*levels*/)
{