summaryrefslogtreecommitdiff
path: root/boost/multi_index/detail/ord_index_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_index/detail/ord_index_impl.hpp')
-rw-r--r--boost/multi_index/detail/ord_index_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/multi_index/detail/ord_index_impl.hpp b/boost/multi_index/detail/ord_index_impl.hpp
index 8ebaccb2cf..040cb98963 100644
--- a/boost/multi_index/detail/ord_index_impl.hpp
+++ b/boost/multi_index/detail/ord_index_impl.hpp
@@ -1556,7 +1556,7 @@ template<
inline boost::mpl::true_* boost_foreach_is_noncopyable(
boost::multi_index::detail::ordered_index<
KeyFromValue,Compare,SuperMeta,TagList,Category,AugmentPolicy>*&,
- boost::foreach::tag)
+ boost_foreach_argument_dependent_lookup_hack)
{
return 0;
}