make a note about win32 C++ sym name demangling
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 19 Mar 2010 02:56:58 +0000 (02:56 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 19 Mar 2010 02:56:58 +0000 (02:56 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6775 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/pbd/demangle.h

index adace5d46f62e4f156b062e372052ac15fe9dd46..5e6f2a1b5666206ddd24a5a58ee9ad40e6e6706d 100644 (file)
@@ -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