PR52139: Properly handle more kinds of declaration when checking for
usage of an abstract class type within itself. We were missing handling for deduction guides (which would assert), friend declarations, and variable templates. We were mishandling inline variables and other variables defined inside the class definition. These diagnostics should be downgraded to warnings, or perhaps removed entirely, once we implement P0929R2.
Loading
Please sign in to comment