Open
Description
The class synopsis [unique.ptr.runtime] for array-specialized unique pointers contains the curious line:
typedef see below pointer;
However, the definition of pointer
does not appear below; rather, it appears above in the description of the primary template.
Should we replace this with "see above"?
Activity
JohelEGP commentedon Jun 20, 2018
You could say that it doesn't point the wrong way, but to the indirection in https://wg21.link/unique.ptr.runtime#2, which points you to above.