summaryrefslogtreecommitdiffstats
path: root/src/templates/count.mako.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/count.mako.cpp')
-rw-r--r--src/templates/count.mako.cpp2
1 files changed, 1 insertions, 1 deletions
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<CountCondition<${c.datatype}>>(
${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)};})\
OpenPOWER on IntegriCloud