mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
Make information on source and target types in Type Conversion
Exception public.
This commit is contained in:
parent
27bee4a266
commit
80f11de41e
@ -42,9 +42,10 @@ namespace chaiscript
|
||||
return m_what.c_str();
|
||||
}
|
||||
|
||||
private:
|
||||
const Type_Info& to;
|
||||
const Type_Info& from;
|
||||
const Type_Info& to;
|
||||
const Type_Info& from;
|
||||
|
||||
private:
|
||||
utility::Static_String m_what;
|
||||
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user