source: XIOS3/trunk/extern/cpptrace/src/demangle.hpp

Last change on this file was 2573, checked in by ymipsl, 9 months ago

create new external source lib : cpptrace, for statck trace output
YM

File size: 205 bytes
Line 
1#ifndef DEMANGLE_HPP
2#define DEMANGLE_HPP
3
4#include "cpptrace_default.hpp"
5
6#include <string>
7
8namespace cpptrace {
9    namespace detail {
10        std::string demangle(const std::string&);
11    }
12}
13
14#endif
Note: See TracBrowser for help on using the repository browser.