From b2d86bb8a1bc965ad72d00ba5ef98d0e4bbfb155 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 10 Jan 2023 23:02:45 +0000 Subject: Qualify auto correctly in all cases. --- include/stdalgo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdalgo.h') diff --git a/include/stdalgo.h b/include/stdalgo.h index 609ef2b2d..b19b736ba 100644 --- a/include/stdalgo.h +++ b/include/stdalgo.h @@ -212,7 +212,7 @@ namespace stdalgo template inline void escape(const std::string& str, std::string& out) { - for (const auto& c : str) + for (const auto c : str) { if (c == esc) out.append(2, esc); -- cgit v1.3.1-10-gc9f91