std::Pin
documentation missing example
#58882
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
I think the
std::Pin
documentation is missing an example. Specifically, the Intrusive linked list example. The heading contains references to the example and the the heading Drop guarantee contains the following line:This leads me to believe that there is a missing example in the documentation.
The text was updated successfully, but these errors were encountered: