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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-05-16 23:48:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:23 +0300
commitcd9242df500e2de8044f3a34950510c8811569e3 (patch)
tree97591d8a8eab2f307ce72a3b3af1568ae5f9c647 /std
parentf3a38af8c496423ddcbb12b08d4c3f2cbc046d2b (diff)
Added base/utf8_string.hpp::Split()
Diffstat (limited to 'std')
-rw-r--r--std/iterator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/iterator.hpp b/std/iterator.hpp
index 11a3a60dff..bb7436ce6f 100644
--- a/std/iterator.hpp
+++ b/std/iterator.hpp
@@ -12,6 +12,7 @@ using std::distance;
using std::iterator_traits;
using std::istream_iterator;
using std::insert_iterator;
+using std::back_insert_iterator;
#ifdef DEBUG_NEW
#define new DEBUG_NEW