On Mon, Dec 6, 2010 at 4:26 AM, Chandler Carruth <[email protected]> wrote: > On Sat, Dec 4, 2010 at 1:14 AM, Francois Pichet <[email protected]> > wrote: >> >> + template<typename T> > > 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.
Yes my mistake.. thanks for fixing it. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
