We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d58bf5 commit 68634caCopy full SHA for 68634ca
runtime/include/cloe/utility/inja.hpp
@@ -37,7 +37,7 @@ namespace utility {
37
* square braces instead of curly braces, since we have configuration files
38
* that are sent through the real Jinja first.
39
*/
40
-inja::Environment inja_env() {
+inline inja::Environment inja_env() {
41
inja::Environment env;
42
env.set_expression("[[", "]]");
43
env.set_comment("[#", "#]");
0 commit comments