You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let C be a class. It is a compile-time error if C declares a constructor C named C.n and a static member with basename n
we have only one test, testing generative constructors and ststic members with the same names. No tests for constant, redirecting or factory constructors. Check other statements as well
The text was updated successfully, but these errors were encountered:
For the statement
we have only one test, testing generative constructors and ststic members with the same names. No tests for constant, redirecting or factory constructors. Check other statements as well
The text was updated successfully, but these errors were encountered: