From cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 26 Mar 2026 22:24:16 +0000 Subject: Switch typedefs to using statements. --- include/stringutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stringutils.h') diff --git a/include/stringutils.h b/include/stringutils.h index 55965ad7a..c2e79964d 100644 --- a/include/stringutils.h +++ b/include/stringutils.h @@ -162,7 +162,7 @@ namespace Percent namespace Template { /** A mapping of variable names to their values. */ - typedef insp::flat_map VariableMap; + using VariableMap = insp::flat_map; /** Replaces template variables like %foo% within a string. * @param str The string to template from. -- cgit v1.3.1-10-gc9f91