Apply patch for #3645; will merge to release after tests cycle

[SVN r67738]
This commit is contained in:
Marshall Clow
2011-01-06 23:42:00 +00:00
parent 752fc7c185
commit 14b1075d6b

View File

@ -324,7 +324,7 @@ namespace boost
static type make(Reference x)
{
return implicit_cast<type>(&x);
return boost::implicit_cast<type>(&x);
}
};