@disable
on struct copy constructor with a body should give an error
#20627
Labels
@disable
on struct copy constructor with a body should give an error
#20627
For disabling default construction there is an error, but not for disabling copy construction:
Also, perhaps giving a body to any disabled function should be an error.
The text was updated successfully, but these errors were encountered: