source: XIOS3/trunk/extern/cpptrace/src/demangle_with_nothing.cpp @ 2573

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

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

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