Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63528 - branches/release/boost/fusion/container/set/detail
From: christophe.j.henry_at_[hidden]
Date: 2010-07-02 14:53:18


Author: chenry
Date: 2010-07-02 14:53:17 EDT (Fri, 02 Jul 2010)
New Revision: 63528
URL: http://svn.boost.org/trac/boost/changeset/63528

Log:
merged revision 62675
Text files modified:
   branches/release/boost/fusion/container/set/detail/deref_impl.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/fusion/container/set/detail/deref_impl.hpp
==============================================================================
--- branches/release/boost/fusion/container/set/detail/deref_impl.hpp (original)
+++ branches/release/boost/fusion/container/set/detail/deref_impl.hpp 2010-07-02 14:53:17 EDT (Fri, 02 Jul 2010)
@@ -36,7 +36,7 @@
             static type
             call(It const& it)
             {
- return at<typename It::index>(it.seq->get_data());
+ return ::boost::fusion::at<typename It::index>(it.seq->get_data());
             }
         };
     };


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk