[PATCH] Adding a diagnostic for member templates inside a local class

Richard Smith richard at metafoo.co.uk
Mon Mar 25 17:35:26 PDT 2013


  We handle this correctly in most cases (local alias templates nested within
  function templates don't work quite right IIRC). Also, a member of the C++
  committee is planning on proposing a simpler form of this as a language
  feature (for C++14 or C++17).

http://llvm-reviews.chandlerc.com/D575



More information about the cfe-commits mailing list