On Fri, 26 Mar 2021, Nathan Sidwell wrote:
>
> During development of modules, I had difficulty deciding whether the
> module
> flags of a template should live on the decl_template_result, the
> template_decl, or both. I chose the latter, and require them to be
> consistent. This and a fe
During development of modules, I had difficulty deciding whether the
module flags of a template should live on the decl_template_result, the
template_decl, or both. I chose the latter, and require them to be
consistent. This and a few other defects show how hard that consistency
is. Hence