]> git.tdb.fi Git - libs/core.git/blob - source/debug/demangle.h
Remove deprecated things
[libs/core.git] / source / debug / demangle.h
1 #ifndef MSP_DEBUG_DEMANGLE_H_
2 #define MSP_DEBUG_DEMANGLE_H_
3
4 #include <string>
5
6 namespace Msp {
7 namespace Debug {
8
9 std::string demangle(const std::string &);
10
11 } // namespace Debug
12 } // namespace Msp
13
14 #endif