From b65ada009591fc728058f3993e31315ed592fe42 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Wed, 21 Dec 2022 12:27:11 +0000 Subject: Change from typedef to using in searchlib C++ code. --- searchlib/src/tests/attribute/searchcontext/searchcontext_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searchlib/src/tests/attribute/searchcontext/searchcontext_test.cpp') diff --git a/searchlib/src/tests/attribute/searchcontext/searchcontext_test.cpp b/searchlib/src/tests/attribute/searchcontext/searchcontext_test.cpp index 54db8feee93..40d4b20aaf2 100644 --- a/searchlib/src/tests/attribute/searchcontext/searchcontext_test.cpp +++ b/searchlib/src/tests/attribute/searchcontext/searchcontext_test.cpp @@ -127,7 +127,7 @@ public: template static SearchContextPtr getSearch(const V & vec, const T & term, TermType termType=TermType::WORD); private: - typedef std::map ConfigMap; + using ConfigMap = std::map; // Map of all config objects ConfigMap _integerCfg; ConfigMap _floatCfg; -- cgit v1.2.3