Commit f94605a1 authored by sduzh's avatar sduzh Committed by Zhangyi Chen

fix issue #6

parent e22f8df0
......@@ -48,7 +48,6 @@ template <typename T> const char* class_name() {
// Get typename of |obj|, in std::string
template <typename T> std::string class_name_str(T const& obj) {
extern std::string demangle(const char* name);
return demangle(typeid(obj).name());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment