mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-09 11:16:48 +08:00
change get_type_name to return the demangled_name (if no broader type exists)
This commit is contained in:
parent
db3bf2ff33
commit
4273d05ae5
@ -588,7 +588,7 @@ namespace chaiscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return ti.bare_name();
|
return ti.demangled_name();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Return all registered types
|
/// Return all registered types
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user