Re: [C++ patch] Reject virt-specifiers on friends and member templates
Applied, thanks. Jason
Re: [C++ patch] Reject virt-specifiers on friends and member templates
On 12 August 2014 11:47, Ville Voutilainen wrote: > We shouldn't allow friend declarations and member templates to > have virt-specifiers, as neither of those can be virtual. Tested on > Linux x86-64. > Note that the standardese can be squinted at in a way that would allow > virt-specifiers on fri