Hi,

  DR1484 seeks to clarify that local classes of function templates are *not*
  separately instantiated, and are instead instantiated as part of
  instantiating the surrounding function template. Once we implement that,
  the changes in this patch should become redundant.

  (Generic lambdas add a complication here, but even then, it seems that we
  must instantiate the body of the lambda eagerly in order to determine their
  set of captures.)

http://llvm-reviews.chandlerc.com/D1358
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to