From 7e4bb0e4fd0800a9edb38d3b4c2e7d6c1abbd12d Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Sun, 24 Apr 2011 03:01:45 +0200 Subject: [PATCH] Add using std::swap to std/algorithm.hpp --- std/algorithm.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/std/algorithm.hpp b/std/algorithm.hpp index f824ca9361..a570667e5f 100644 --- a/std/algorithm.hpp +++ b/std/algorithm.hpp @@ -27,6 +27,7 @@ using std::set_union; using std::set_intersection; using std::set_difference; using std::set_symmetric_difference; +using std::swap; using std::transform; #ifdef DEBUG_NEW