From 0aa0f7f17dd0198f710b022326446ae6e863bf9a Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Fri, 12 May 2017 15:31:35 +0300 Subject: review fixes --- base/stl_add.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') 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 StringIL; +using StringIL = std::initializer_list; /// @todo(y): replace this hand-written helper function by /// std::make_unique when it will be available in C++14 -- cgit v1.2.3