Jason Turner 0ea8931b21 Add ability to call functions requiring arithmetic value conversions
- Conversions are only attempted on a dispatch
 - Conversions are only attempted after a normal dispatch has failed
 - Conversions are only attempted if exactly one function matches
   the signature of the parameters passed in - excluding the mismatched
   arithmetic parameters
 - This feature should not be relied on in performance critical code
   overhead is added for each function call that requires a conversion
   to execute, see the tests performed above.
2012-11-27 21:21:37 -07:00
..
dispatchkit Add ability to call functions requiring arithmetic value conversions 2012-11-27 21:21:37 -07:00
language Fix compiler warning found on VS 2008 64bit 2012-11-16 12:57:15 -07:00
utility Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
chaiscript_threading.hpp Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
chaiscript.hpp Add the ability to save and restore the state of local variables #25 2012-07-16 21:27:42 -06:00