Re: [PR C++/59930] template friend classes & default args

2017-12-15 Thread Nathan Sidwell
On 12/14/2017 02:31 PM, Nathan Sidwell wrote: PR 59930 concerns some problems with templated friend classes (of templates).  In rying to clean up our handling, I discovered we were accepting default args of such things.  This is ill formed [temp.param]/12 'A default template-argument shall not

[PR C++/59930] template friend classes & default args

2017-12-14 Thread Nathan Sidwell
PR 59930 concerns some problems with templated friend classes (of templates). In rying to clean up our handling, I discovered we were accepting default args of such things. This is ill formed [temp.param]/12 'A default template-argument shall not be specified in a friend class template decla