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:
authorSergey Yershov <yershov@corp.mail.ru>2016-05-31 17:39:22 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-05-31 17:39:22 +0300
commit3e212a01d1ffe635670ea746b3b4bd725a63fd9c (patch)
tree1185faa6a21ed9f511fb58e7a8ca2ce06eb66962 /std
parent24765c5607ea234e4d9c363e6ac394756b67aaaa (diff)
Add iota to std
Diffstat (limited to 'std')
-rw-r--r--std/numeric.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/numeric.hpp b/std/numeric.hpp
index 8ef5ca86b6..9fed8f6d37 100644
--- a/std/numeric.hpp
+++ b/std/numeric.hpp
@@ -6,6 +6,7 @@
#include <numeric>
using std::accumulate;
+using std::iota;
#ifdef DEBUG_NEW
#define new DEBUG_NEW