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
..
bad_boxed_cast.hpp Catch a few things found with more aggressive g++ warnings 2012-06-01 08:47:40 -06:00
bind_first.hpp Prevent leaking macros #76 2012-11-07 14:13:08 -07:00
bootstrap_stl.hpp Fix linux build error discovered with 4.0.0 release 2012-11-17 20:30:53 -07:00
bootstrap.hpp Add ability to specify number prefixes for floating point and integers. 2012-11-07 12:05:34 -07:00
boxed_cast_helper.hpp Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
boxed_cast.hpp Prevent leaking macros #76 2012-11-07 14:13:08 -07:00
boxed_number.hpp Add ability to call functions requiring arithmetic value conversions 2012-11-27 21:21:37 -07:00
boxed_value.hpp Use make_shared #64 2012-07-13 12:25:50 -06:00
dispatchkit.hpp Add ability to call functions requiring arithmetic value conversions 2012-11-27 21:21:37 -07:00
dynamic_cast_conversion.hpp Catch a few things found with more aggressive g++ warnings 2012-06-01 08:47:40 -06:00
dynamic_object.hpp Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
exception_specification.hpp Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
function_call_detail.hpp Prevent leaking macros #76 2012-11-07 14:13:08 -07:00
function_call.hpp Couple of include guard cleanups 2011-03-29 09:28:35 -06:00
handle_return.hpp Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
operators.hpp Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
proxy_constructors.hpp Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
proxy_functions_detail.hpp Prevent leaking macros #76 2012-11-07 14:13:08 -07:00
proxy_functions.hpp Add ability to call functions requiring arithmetic value conversions 2012-11-27 21:21:37 -07:00
register_function.hpp Update copyrights to 2012 #23 2012-05-16 11:55:51 -06:00
type_info.hpp Add ability to call functions requiring arithmetic value conversions 2012-11-27 21:21:37 -07:00