aboutsummaryrefslogtreecommitdiffstats
path: root/include/stringutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stringutils.h')
-rw-r--r--include/stringutils.h2
1 files changed, 1 insertions, 1 deletions
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<std::string, std::string> VariableMap;
+ using VariableMap = insp::flat_map<std::string, std::string>;
/** Replaces template variables like %foo% within a string.
* @param str The string to template from.