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
When the value of the expression is zero, the allocation function is called to allocate an array with no elements.
One possible interpretation of the above clause is that since the array doesn't have any elements, there is no need for any initialization and hence no need for the constructor to be accessible or to exist at all. This should be clarified. The intention seems that there is no need for the ctor to exist or be accessible.
Suggested resolution:
It should be clarified that whether the above behaves as if there is no initialization and so no need for accessible ctor etc or the constructor needs to be accessible.