From a7e818f59fed84b8b7db8019a87968cc2eff5ec6 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 21 Jul 2017 21:03:41 +0800 Subject: [PATCH] common/config: change the element type of lists to "const char*" there lists holds constant string literals. and they are not changeable at runtime. so make std::list for smaller memory foot print. Signed-off-by: Kefu Chai --- src/common/options.cc | 2 +- src/common/options.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index 4385f83f52a6..1f268c944d37 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5529,7 +5529,7 @@ static std::vector