ports/devel/boost-libs/files/patch-boost-foreach.hpp
Max Brazhnikov 221637a53e Update boost ports to 1.48.0
PR:		ports/156253
Submitted by:	Alexander Churanov (maintainer)
Approved by:	portmgr (linimon)
2012-05-16 16:07:24 +00:00

16 lines
616 B
C++

--- boost/foreach.hpp (revision 75077)
+++ boost/foreach.hpp (revision 75540)
@@ -166,5 +166,5 @@
// at the global namespace for your type.
template<typename T>
-inline boost::foreach::is_lightweight_proxy<T> *
+inline boost::BOOST_FOREACH::is_lightweight_proxy<T> *
boost_foreach_is_lightweight_proxy(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 0; }
@@ -191,5 +191,5 @@
// at the global namespace for your type.
template<typename T>
-inline boost::foreach::is_noncopyable<T> *
+inline boost::BOOST_FOREACH::is_noncopyable<T> *
boost_foreach_is_noncopyable(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 0; }