| 627 | | if (!boost::detail::function::has_empty_target(f.get_pointer())) { |
| 628 | | functor.obj_ref.obj_ptr = (void *)f.get_pointer(); |
| 629 | | functor.obj_ref.is_const_qualified = is_const<FunctionObj>::value; |
| 630 | | functor.obj_ref.is_volatile_qualified = is_volatile<FunctionObj>::value; |
| 631 | | return true; |
| 632 | | } else { |
| 633 | | return false; |
| 634 | | } |
| | 627 | functor.obj_ref.obj_ptr = (void *)f.get_pointer(); |
| | 628 | functor.obj_ref.is_const_qualified = is_const<FunctionObj>::value; |
| | 629 | functor.obj_ref.is_volatile_qualified = is_volatile<FunctionObj>::value; |
| | 630 | return true; |