forked from boostorg/iterator
Apply patch for #3645; will merge to release after tests cycle
[SVN r67738]
This commit is contained in:
@ -324,7 +324,7 @@ namespace boost
|
||||
|
||||
static type make(Reference x)
|
||||
{
|
||||
return implicit_cast<type>(&x);
|
||||
return boost::implicit_cast<type>(&x);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user