From ec2ed2fb324d92573418afcc17365c83373023ec Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 31 May 2017 21:10:43 -0400 Subject: Fix bool and string templates/rendering Fix a number of bugs related to rendering and instantiation of string and bool templates. Change-Id: Ic75842b4016f4d96bf5850f9c4ad778d82e075ed Signed-off-by: Brad Bishop --- src/templates/count.mako.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates') diff --git a/src/templates/count.mako.cpp b/src/templates/count.mako.cpp index d348518..9ac9c3c 100644 --- a/src/templates/count.mako.cpp +++ b/src/templates/count.mako.cpp @@ -1,4 +1,4 @@ std::make_unique>( ${indent(1)}ConfigPropertyIndicies::get()[${c.instances}], ${indent(1)}[](const auto& item){return item ${c.countop} ${c.countbound};}, -${indent(1)}[](const auto& item){return item ${c.op} ${c.bound};})\ +${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};})\ -- cgit v1.2.1