Jason Turner c876a89030 Fix crash during user_defined_conversions_2
Temporaries created during user conversion operations were being dropped
before the result of the conversion was able to be used. This fixes that
by temporarily storing the result of the conversion inside the
current Function_Push_Pop context.
2014-11-02 21:37:01 -07:00
..
chaiscript_algebraic.hpp Clean up tab vs space issues 2014-05-23 09:56:55 -06:00
chaiscript_common.hpp Fix crash during user_defined_conversions_2 2014-11-02 21:37:01 -07:00
chaiscript_engine.hpp Add C++ test for user defined conversion 2014-10-28 20:23:19 -06:00
chaiscript_eval.hpp First pass of modernization of chaiscript_eval.hpp done 2014-10-04 18:31:08 -06:00
chaiscript_parser.hpp Modernization of chaiscript_parser 2014-10-04 09:37:33 -06:00
chaiscript_prelude_docs.hpp Spelling corrections and comment fixes 2014-09-08 11:10:53 -06:00
chaiscript_prelude.chai Speed up to_string performance by relying on C++ versions 2014-08-31 16:03:42 -06:00