mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 02:09:57 +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();
|
return m_what.c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
const Type_Info& to;
|
||||||
const Type_Info& to;
|
const Type_Info& from;
|
||||||
const Type_Info& from;
|
|
||||||
|
private:
|
||||||
utility::Static_String m_what;
|
utility::Static_String m_what;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user