From d288bcb5fb3bb1396d7aa61b94b6150bb114f1ee Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 21 Jan 2012 21:43:17 +0000 Subject: [PATCH] Quickbook: Merge to quickbook-dev [SVN r76630] --- include/boost/fusion/view/iterator_range/detail/at_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/view/iterator_range/detail/at_impl.hpp b/include/boost/fusion/view/iterator_range/detail/at_impl.hpp index 5f882aaa..1b425231 100644 --- a/include/boost/fusion/view/iterator_range/detail/at_impl.hpp +++ b/include/boost/fusion/view/iterator_range/detail/at_impl.hpp @@ -33,7 +33,7 @@ namespace boost { namespace fusion static type call(Seq& s) { - return * advance(s.first); + return * fusion::advance(s.first); } }; };