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:
authorExMix <rahuba.youri@mapswithme.com>2015-04-13 12:48:47 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:16 +0300
commit88e362729ddf3f5bb9149c153e7620a5620eb2bd (patch)
treefe34b0f5519682c1252fc17e6f94931d8e7cf981 /std/iterator.hpp
parentb5598f55b300116a2f9f629d37ca70ad2a978634 (diff)
[drape] track rendering
Diffstat (limited to 'std/iterator.hpp')
-rw-r--r--std/iterator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/iterator.hpp b/std/iterator.hpp
index 6fb9c08133..d72f99eed1 100644
--- a/std/iterator.hpp
+++ b/std/iterator.hpp
@@ -6,6 +6,7 @@
#include <iterator>
+using std::advance;
using std::back_insert_iterator;
using std::back_inserter;
using std::begin;
@@ -14,9 +15,8 @@ using std::end;
using std::insert_iterator;
using std::istream_iterator;
using std::iterator_traits;
+using std::next;
using std::reverse_iterator;
-using std::begin;
-using std::end;
#ifdef DEBUG_NEW
#define new DEBUG_NEW