[PATCH] N3651 -- Variable Templates -- A first (incremental) step.

Larisse Voufo lvoufo at google.com
Tue Jun 18 17:50:57 PDT 2013


There was a bug in this earlier version of the patch. The correction is
attached.


On Wed, Jun 12, 2013 at 6:52 PM, Larisse Voufo <lvoufo at google.com> wrote:

> Hello --
>
> I have  started implementing variable templates, and you can find attached
> the current state.
> While it may cover more cases, the only guarantee it has is that top level
> variable templates can be declared and used (as illustrated in the
> SemaCXX/cxx1y-variable-templates.cpp test file). That is, it does not yet
> cover any of the following:
>
> * variable template explicit (partial) specialization and instantiations,
> * static member variable templates,
> * constexpr variables, and
> * default variable template arguments.
>
> Things will get much cleaner as I complete the implementation.
>
> Thanks,
> -- Larisse.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130618/1149f9ef/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: n3651-variable-templates-rev1.diff
Type: application/octet-stream
Size: 207864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130618/1149f9ef/attachment.obj>


More information about the cfe-commits mailing list