From a5d8d15cb7b4e080a7d76d18a0fcb233d41eb1fa Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Thu, 16 Mar 2017 05:10:05 -0500 Subject: Fix incorrect template specialization Change-Id: I15c18d8e241226b1e9fcbf9c36c703b47b488ce5 Signed-off-by: Deepak Kodihalli --- elog_meta.cpp | 2 +- elog_meta.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elog_meta.cpp b/elog_meta.cpp index b7b75a1..5dfcab0 100644 --- a/elog_meta.cpp +++ b/elog_meta.cpp @@ -15,7 +15,7 @@ namespace associations template <> void build( - std::string&& match, + const std::string& match, const std::vector& data, AssociationList& list) { diff --git a/elog_meta.hpp b/elog_meta.hpp index 632a049..b947948 100644 --- a/elog_meta.hpp +++ b/elog_meta.hpp @@ -105,7 +105,7 @@ inline void build void build( - std::string&& match, + const std::string& match, const std::vector& data, AssociationList& list); -- cgit v1.2.3