From fb5ba0be26d1000d0d705c6d141df4358448e74f Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sun, 3 Jan 2010 15:03:26 +0000 Subject: [PATCH] Remove std::swap implementation that was not supported for multiple file compilation. --- include/chaiscript/dispatchkit/boxed_value.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/chaiscript/dispatchkit/boxed_value.hpp b/include/chaiscript/dispatchkit/boxed_value.hpp index 97da9a8b..e13f310f 100644 --- a/include/chaiscript/dispatchkit/boxed_value.hpp +++ b/include/chaiscript/dispatchkit/boxed_value.hpp @@ -905,13 +905,7 @@ namespace chaiscript } } -namespace std -{ - template<> void swap(chaiscript::Boxed_Value &lhs, chaiscript::Boxed_Value &rhs) - { - lhs.swap(rhs); - } -} + #endif