Closed GabrielDosReis closed 2 years ago
The current spec lacks recording of final class types. That causes unwarranted warning from compilers (MSVC). This gap is now closed by recording final on scope types.
final
The current spec lacks recording of
final
class types. That causes unwarranted warning from compilers (MSVC). This gap is now closed by recordingfinal
on scope types.