Make information on source and target types in Type Conversion

Exception public.
This commit is contained in:
Alek Mosingiewicz 2018-08-10 17:57:15 +02:00
parent 27bee4a266
commit 80f11de41e

View File

@ -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;
};