Proposed resolution (November, 2014):
Change 13.2 [temp.param] paragraph 10 as follows:
The set of default template-arguments available for usewith a template declaration or definitionis obtained by merging the default arguments fromthe definition (if in scope) andall prior declarationsin scopeof the template in the same way default function arguments are (9.3.4.7 [dcl.fct.default]). [Example:...