From 649770fdcd9b904bcabdb47be885e878dab4ce1f Mon Sep 17 00:00:00 2001 From: Christophe Henry Date: Fri, 2 Jul 2010 18:53:17 +0000 Subject: [PATCH] merged revision 62675 [SVN r63528] --- include/boost/fusion/container/set/detail/deref_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/container/set/detail/deref_impl.hpp b/include/boost/fusion/container/set/detail/deref_impl.hpp index 12824e61..10a03496 100644 --- a/include/boost/fusion/container/set/detail/deref_impl.hpp +++ b/include/boost/fusion/container/set/detail/deref_impl.hpp @@ -36,7 +36,7 @@ namespace boost { namespace fusion { namespace extension static type call(It const& it) { - return at(it.seq->get_data()); + return ::boost::fusion::at(it.seq->get_data()); } }; };