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

Larisse Voufo lvoufo at google.com
Wed Jun 12 18:52:51 PDT 2013


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/20130612/2c61d7cd/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: n3651-variable-templates.diff
Type: application/octet-stream
Size: 198131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130612/2c61d7cd/attachment.obj>


More information about the cfe-commits mailing list