On 10/17/19 10:36 AM, Andrew Sutton wrote:
This fixes a parsing bug with constrained placeholders uses as the first parameter of a constructor.
+ Parse with an empty set of declaration specifiers since we're + trying to match a type-specifier of the first parameter. */
Why does that make a difference? Jason