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/iterator.hpp
parent31122280480a0909bc84c259eb3f6fdc6b938d7b (diff)
Some minor fixes.
Diffstat (limited to 'std/iterator.hpp')
-rw-r--r--std/iterator.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/std/iterator.hpp b/std/iterator.hpp
index e26a020f6d..11a3a60dff 100644
--- a/std/iterator.hpp
+++ b/std/iterator.hpp
@@ -6,9 +6,11 @@
#endif
#include <iterator>
+
+using std::back_inserter;
+using std::distance;
using std::iterator_traits;
using std::istream_iterator;
-using std::distance;
using std::insert_iterator;
#ifdef DEBUG_NEW