<div class="gmail_quote">On Sat, Dec 4, 2010 at 1:14 AM, Francois Pichet <span dir="ltr"><<a href="mailto:pichet2000@gmail.com">pichet2000@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
+  template<typename T></blockquote></div><br><div>You can't make an out-of-line method with its definition in the .cpp file a template method. There also doesn't seem to be any reason to as both possible Decls have a shared base type: ValueDecl. I've changed this to accept ValueDecl, and re-flowed the definition to simplify its logic a bit given that constraint in r120997. Feel free to take a look.</div>