Re: [c++-concepts] Parsing for template requirements

2013-03-01 Thread Gabriel Dos Reis
On Fri, Mar 1, 2013 at 10:12 AM, Andrew Sutton wrote: > Two patches attached. > > The reqs-parsing patch adds parsing support for template requirements > (i.e., requires clauses). This is supported for all template > declarations and non-template member functions of class templates. > Grammar chan

[c++-concepts] Parsing for template requirements

2013-03-01 Thread Andrew Sutton
Two patches attached. The reqs-parsing patch adds parsing support for template requirements (i.e., requires clauses). This is supported for all template declarations and non-template member functions of class templates. Grammar changes are documented in comments. Semantic processing of constraints