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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-05-12 15:31:35 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-05-12 15:31:35 +0300
commit0aa0f7f17dd0198f710b022326446ae6e863bf9a (patch)
treebd73781b0cec5710db8c0d5002c66dc9a2e24a2c /base
parentc3162fd8b6b837392b915f501e06368396ce20f6 (diff)
review fixes
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