Merge branch 'windows' into windows+cc

Conflicts (hopefully resolved):
	libs/pbd/stacktrace.cc
This commit is contained in:
John Emmas 2013-10-15 17:38:08 +01:00
commit 97c68cc2b1
8 changed files with 46 additions and 42 deletions

View file

@ -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