Remove std::swap implementation that was not supported for multiple file compilation.

This commit is contained in:
Jason Turner
2010-01-03 15:03:26 +00:00
parent 39a2c39d90
commit fb5ba0be26

View File

@@ -905,13 +905,7 @@ namespace chaiscript
}
}
namespace std
{
template<> void swap(chaiscript::Boxed_Value &lhs, chaiscript::Boxed_Value &rhs)
{
lhs.swap(rhs);
}
}
#endif