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
..
any.hpp Work around missing move operations in MSVC12 2014-10-05 21:53:44 -06:00
bad_boxed_cast.hpp Code cleanups 2014-10-18 16:18:56 -06:00
bind_first.hpp Code cleanups 2014-10-18 16:18:56 -06:00
bootstrap_stl.hpp More code cleanups 2014-10-28 10:53:29 -06:00
bootstrap.hpp Add ability to register a user defined type conversion 2014-10-28 14:52:24 -06:00
boxed_cast_helper.hpp Rename dynamic_cast into type_conversion 2014-10-28 12:43:30 -06:00
boxed_cast.hpp Add thread specific cache of type info 2014-10-28 22:12:03 -06:00
boxed_number.hpp Rename dynamic_cast into type_conversion 2014-10-28 12:43:30 -06:00
boxed_value.hpp Fix crash during user_defined_conversions_2 2014-11-02 21:37:01 -07:00
dispatchkit.hpp Fix crash during user_defined_conversions_2 2014-11-02 21:37:01 -07:00
dynamic_object.hpp Reduce virtual calls for get_arity 2014-11-01 18:40:42 -06:00
exception_specification.hpp Spelling corrections and comment fixes 2014-09-08 11:10:53 -06:00
function_call_detail.hpp Add ability to register a user defined type conversion 2014-10-28 14:52:24 -06:00
function_call.hpp Rename dynamic_cast into type_conversion 2014-10-28 12:43:30 -06:00
handle_return.hpp Fix crash during user_defined_conversions_2 2014-11-02 21:37:01 -07:00
operators.hpp Update documenation to-dos regarding gcc 4.6 2014-09-20 14:20:37 -06:00
proxy_constructors.hpp C++11 related cleanup and improvments 2014-09-15 21:16:44 -06:00
proxy_functions_detail.hpp Rename dynamic_cast into type_conversion 2014-10-28 12:43:30 -06:00
proxy_functions.hpp Reduce virtual calls for get_arity 2014-11-01 18:40:42 -06:00
register_function.hpp Spelling fixes, phase 1. 2014-05-29 20:16:47 -06:00
type_conversions.hpp Fix crash during user_defined_conversions_2 2014-11-02 21:37:01 -07:00
type_info.hpp Add thread specific cache of type info 2014-10-28 22:12:03 -06:00