-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update string_view docs #100
Comments
I don't think |
|
Sorry, I didn't notice the docs were not included. I don't insist on removing the docs, just asking to make it actual. If you intend to make it available, even if for library maintainers only, it should point to the right headers and provide guidance to the reader. If you're not going to publish the docs, I don't see the point in keeping them, but I'm fine if you want to keep them for some reason. |
The future of string views is still unclear, so this documentation might still come into use, once we (Boost) figure out what we want and in which library and namespace we want it. |
Ok, feel free to close this if you don't intend to update the docs at the moment. |
The header path is no longer correct:
core/doc/string_view.qbk
Line 15 in 12f5f51
Also, it would be a good idea to mention that
boost::core::string_view
is not intended to be used by users (hence it is indetail
) and is supposed to be used by Boost library writers.The text was updated successfully, but these errors were encountered: