summaryrefslogtreecommitdiff
path: root/boost/multi_index/sequenced_index.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_index/sequenced_index.hpp')
-rw-r--r--boost/multi_index/sequenced_index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/multi_index/sequenced_index.hpp b/boost/multi_index/sequenced_index.hpp
index ce96bb5f9a..424eebc376 100644
--- a/boost/multi_index/sequenced_index.hpp
+++ b/boost/multi_index/sequenced_index.hpp
@@ -1051,7 +1051,7 @@ struct sequenced
template<typename SuperMeta,typename TagList>
inline boost::mpl::true_* boost_foreach_is_noncopyable(
boost::multi_index::detail::sequenced_index<SuperMeta,TagList>*&,
- boost::foreach::tag)
+ boost_foreach_argument_dependent_lookup_hack)
{
return 0;
}