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:
authorvng <viktor.govako@gmail.com>2011-01-30 19:08:46 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:19 +0300
commitede8645c54bb07206b0cf8927395d71eef9bbeeb (patch)
tree62b373a599f9b54fc82164297236e32012e5c3fd /std/algorithm.hpp
parent31122280480a0909bc84c259eb3f6fdc6b938d7b (diff)
Some minor fixes.
Diffstat (limited to 'std/algorithm.hpp')
-rw-r--r--std/algorithm.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 448eb2e49f..56d951f31b 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -20,11 +20,12 @@ using std::unique;
using std::equal_range;
using std::for_each;
using std::copy;
+using std::reverse;
using std::set_union;
using std::set_intersection;
using std::set_difference;
using std::set_symmetric_difference;
-using std::reverse;
+using std::transform;
#ifdef DEBUG_NEW
#define new DEBUG_NEW