summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/demangle.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-19 02:56:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-19 02:56:58 +0000
commitf36bd6993f3e7fb71a7cdd71e01416fe8aec0aa6 (patch)
tree0721152dab582bb45b8582bcbaf3dcf002e0aabe /libs/pbd/pbd/demangle.h
parentf0748535a5023d132eff03999a705a3e56c516db (diff)
make a note about win32 C++ sym name demangling
git-svn-id: svn://localhost/ardour2/branches/3.0@6775 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/demangle.h')
-rw-r--r--libs/pbd/pbd/demangle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/pbd/pbd/demangle.h b/libs/pbd/pbd/demangle.h
index adace5d46f..5e6f2a1b56 100644
--- a/libs/pbd/pbd/demangle.h
+++ b/libs/pbd/pbd/demangle.h
@@ -41,6 +41,11 @@ namespace PBD
return s;
}
#endif
+
+ /* Note: on win32, you can use UnDecorateSymbolName.
+ See http://msdn.microsoft.com/en-us/library/ms681400%28VS.85%29.aspx
+ */
+
return typeid(obj).name();
}
} // namespace