Loading src/Ainur/AinurState1.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,8 @@ struct MyProxyFor { template<typename T> static void convert(T& t, std::string str) { throw RuntimeError("complex not implemented yet\n"); String msg("Unknown type "); throw RuntimeError("convert(): " + msg + typeid(t).name() + " for " + str + "\n"); } private: Loading Loading
src/Ainur/AinurState1.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,8 @@ struct MyProxyFor { template<typename T> static void convert(T& t, std::string str) { throw RuntimeError("complex not implemented yet\n"); String msg("Unknown type "); throw RuntimeError("convert(): " + msg + typeid(t).name() + " for " + str + "\n"); } private: Loading