summaryrefslogtreecommitdiff
path: root/boost/spirit/home/classic/tree/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/classic/tree/common.hpp')
-rw-r--r--boost/spirit/home/classic/tree/common.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/boost/spirit/home/classic/tree/common.hpp b/boost/spirit/home/classic/tree/common.hpp
index f25d4915ef..c086ff48d5 100644
--- a/boost/spirit/home/classic/tree/common.hpp
+++ b/boost/spirit/home/classic/tree/common.hpp
@@ -520,9 +520,6 @@ namespace impl {
// as Koenig lookup rules will find only the classname::swap
// member function not the global declaration, so use cp_swap
// as a forwarding function (JM):
-#if __GNUC__ == 2
- using ::std::swap;
-#endif
template <typename T>
inline void cp_swap(T& t1, T& t2)
{