cppcms
cppcms copied to clipboard
Fix #22: This should make looping over temporaries work
This implements the solution proposed in #22 but with the new insight about double parens.
I also added a helper_scope_block in the tmpl_cc which is used by the foreach block to scope the variable closely to the for loop.