Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-04-24 05:01:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:20 +0300
commit7e4bb0e4fd0800a9edb38d3b4c2e7d6c1abbd12d (patch)
tree7f4d145dedb0684eb10555a8c7a0f83bc94b22a3 /std/algorithm.hpp
parenta056e19961ab6e539f918502f141f5d29b5a38dc (diff)
Add using std::swap to std/algorithm.hpp
Diffstat (limited to 'std/algorithm.hpp')
-rw-r--r--std/algorithm.hpp1
1 files changed, 1 insertions, 0 deletions
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