mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
provide PBD::demangle() even on platforms without HAVE_EXECINFO
This commit is contained in:
parent
74f3955682
commit
3aee160b19
1 changed files with 6 additions and 0 deletions
|
|
@ -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*/)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue