id summary reporter owner description type status milestone component version severity resolution keywords cc 2034 Problem with nesting templates with same parameter names rk Daniel James "Having the code: {{{ 11. [template same[x] [x]] 12. [template echo[a b] [a] [b]] 13. [template echo_twice[x] [echo [same [x]]..[same [x]]]] 14. [echo_twice foo] }}} I get: {{{ 13: error: Infinite loop detected 12: error: Invalid number of arguments passed. Expecting: 0 argument(s), got: 1 argument(s) instead. }}} However, if x is changed to something different in line 11., it compiles fine." Bugs closed Boost 1.41.0 quickbook Boost 1.35.0 Problem fixed