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>2015-01-28 12:54:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:37 +0300
commit819857fdd268d9010b0e7e6ef855cf5c84bd3cb8 (patch)
tree92e17338ebd0bf052e6f6e04fad1b2d9f15f8cfe /std/initializer_list.hpp
parenta7f27f246b6a1285aab6ddfa82c676195e756945 (diff)
[search] Fixed feature types for indexing.
Diffstat (limited to 'std/initializer_list.hpp')
-rw-r--r--std/initializer_list.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/initializer_list.hpp b/std/initializer_list.hpp
index 4e32ec2e0b..d11da6739a 100644
--- a/std/initializer_list.hpp
+++ b/std/initializer_list.hpp
@@ -8,6 +8,7 @@
#include <initializer_list>
using std::initializer_list;
+typedef initializer_list<char const *> StringIL;
#ifdef DEBUG_NEW
#define new DEBUG_NEW