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
path: root/std
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-09-25 03:23:11 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:22 +0300
commit6e9b2757f528be0f73226b0b418c140718fffe8c (patch)
treeb96690c74aabf38f30e286df9e2e8b9878038317 /std
parent24cd06a9b2693af91323234cb936240bf4114f68 (diff)
Add limited_priority_queue.hpp to base.
Diffstat (limited to 'std')
-rw-r--r--std/algorithm.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 803e110249..9353464c74 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -33,6 +33,9 @@ using std::set_difference;
using std::set_symmetric_difference;
using std::swap;
using std::transform;
+using std::push_heap;
+using std::pop_heap;
+using std::sort_heap;
#ifdef DEBUG_NEW
#define new DEBUG_NEW