Re: [c++-concepts] friends regression
No, any current_template_reqs are reset (set to null) before parsing any trailing requirements and restored after the fact. Andrew Sutton On Mon, Oct 7, 2013 at 3:05 PM, Jason Merrill wrote: > OK. > > If we have a friend declaration inside a constrained partial specialization, > will that still
Re: [c++-concepts] friends regression
OK. If we have a friend declaration inside a constrained partial specialization, will that still get a false positive? Jason