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/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/stl_add.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/stl_add.hpp b/base/stl_add.hpp
index 34bc821ab6..3051617b46 100644
--- a/base/stl_add.hpp
+++ b/base/stl_add.hpp
@@ -8,7 +8,7 @@
namespace my
{
-typedef std::initializer_list<char const *> StringIL;
+using StringIL = std::initializer_list<char const *>;
/// @todo(y): replace this hand-written helper function by
/// std::make_unique when it will be available in C++14