mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 12:27:15 +02:00
Workarounds for CW 9.2, from Reece Dunn
[SVN r26583]
This commit is contained in:
@ -467,7 +467,7 @@ namespace boost {
|
||||
template<typename FunctionObj>
|
||||
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
|
||||
typename detail::function::BOOST_FUNCTION_GET_FUNCTION_OBJ_INVOKER<
|
||||
FunctionObj,
|
||||
|
Reference in New Issue
Block a user