mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user