forked from boostorg/function
Workarounds for CW 9.2, from Reece Dunn
[SVN r26583]
This commit is contained in:
@ -467,7 +467,7 @@ namespace boost {
|
|||||||
template<typename FunctionObj>
|
template<typename FunctionObj>
|
||||||
void assign_to(FunctionObj f, detail::function::function_obj_tag)
|
void assign_to(FunctionObj f, detail::function::function_obj_tag)
|
||||||
{
|
{
|
||||||
if (!detail::function::has_empty_target(addressof(f))) {
|
if (!detail::function::has_empty_target(boost::addressof(f))) {
|
||||||
typedef
|
typedef
|
||||||
typename detail::function::BOOST_FUNCTION_GET_FUNCTION_OBJ_INVOKER<
|
typename detail::function::BOOST_FUNCTION_GET_FUNCTION_OBJ_INVOKER<
|
||||||
FunctionObj,
|
FunctionObj,
|
||||||
|
Reference in New Issue
Block a user