summaryrefslogtreecommitdiff
path: root/boost/foreach_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/foreach_fwd.hpp')
-rw-r--r--boost/foreach_fwd.hpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/boost/foreach_fwd.hpp b/boost/foreach_fwd.hpp
index 8b246c78e2..4e0bb370c2 100644
--- a/boost/foreach_fwd.hpp
+++ b/boost/foreach_fwd.hpp
@@ -14,8 +14,6 @@
#ifndef BOOST_FOREACH_FWD_HPP
#define BOOST_FOREACH_FWD_HPP
-#include <utility> // for std::pair
-
// This must be at global scope, hence the uglified name
enum boost_foreach_argument_dependent_lookup_hack
{
@@ -27,9 +25,6 @@ namespace boost
namespace foreach
{
- template<typename T>
- std::pair<T, T> in_range(T begin, T end);
-
///////////////////////////////////////////////////////////////////////////////
// boost::foreach::tag
//
@@ -51,24 +46,6 @@ namespace foreach
} // namespace foreach
-// Workaround for unfortunate https://svn.boost.org/trac/boost/ticket/6131
-namespace BOOST_FOREACH
-{
- using foreach::in_range;
- using foreach::tag;
-
- template<typename T>
- struct is_lightweight_proxy
- : foreach::is_lightweight_proxy<T>
- {};
-
- template<typename T>
- struct is_noncopyable
- : foreach::is_noncopyable<T>
- {};
-
-} // namespace BOOST_FOREACH
-
} // namespace boost
#endif