mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Merge branch 'windows' into windows+cc
Conflicts (hopefully resolved): libs/pbd/stacktrace.cc
This commit is contained in:
commit
97c68cc2b1
8 changed files with 46 additions and 42 deletions
|
|
@ -106,10 +106,9 @@ PBD::stacktrace (std::ostream& out, int levels)
|
|||
#else
|
||||
|
||||
std::string
|
||||
PBD::demangle (std::string const & l)
|
||||
demangle (std::string const & l)
|
||||
{
|
||||
std::string empty_string;
|
||||
return empty_string;
|
||||
return std::string();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue