From 14b1075d6bed4fa8d48daf42ba36a320587b5099 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 6 Jan 2011 23:42:00 +0000 Subject: [PATCH] Apply patch for #3645; will merge to release after tests cycle [SVN r67738] --- include/boost/iterator/iterator_facade.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index 9696b50..5ee73b5 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -324,7 +324,7 @@ namespace boost static type make(Reference x) { - return implicit_cast(&x); + return boost::implicit_cast(&x); } };