Index: iterator_facade.hpp =================================================================== --- iterator_facade.hpp (revision 57785) +++ iterator_facade.hpp (working copy) @@ -323,7 +323,7 @@ static type make(Reference x) { - return implicit_cast(&x); + return boost::implicit_cast(&x); } };