summaryrefslogtreecommitdiff
path: root/boost/foreach.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/foreach.hpp')
-rw-r--r--boost/foreach.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/foreach.hpp b/boost/foreach.hpp
index ccfc101b87..43d84c6a1e 100644
--- a/boost/foreach.hpp
+++ b/boost/foreach.hpp
@@ -165,7 +165,7 @@ namespace foreach
// this one works on legacy compilers. Overload boost_foreach_is_lightweight_proxy
// at the global namespace for your type.
template<typename T>
-inline boost::BOOST_FOREACH::is_lightweight_proxy<T> *
+inline boost::foreach::is_lightweight_proxy<T> *
boost_foreach_is_lightweight_proxy(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 0; }
template<typename T>
@@ -190,7 +190,7 @@ boost_foreach_is_lightweight_proxy(T **&, boost::foreach::tag) { return 0; }
// this one works on legacy compilers. Overload boost_foreach_is_noncopyable
// at the global namespace for your type.
template<typename T>
-inline boost::BOOST_FOREACH::is_noncopyable<T> *
+inline boost::foreach::is_noncopyable<T> *
boost_foreach_is_noncopyable(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 0; }
namespace boost