cppguide: fix html markup & namespace#716
Conversation
tituswinters
left a comment
There was a problem hiding this comment.
Thanks for the PR! The source of truth for this is internal, but I'm porting most of these changes over to that doc so these will be reflected on the next update.
That said, there's a couple things that will probably be a little iffy:
- We're not explicitly saying
std::string_viewyet because of minor compatibility differences betweenabsl::string_viewandstd::string_view(mostly regarding construction from a single nullptr). So we're leaving the unqualified names in place as an intentional ambiguity. - There's a bunch of random s that are coming from the upstream source-of-truth having divs for internal/external-only stanzas. Unless those are causing harm, I think they're relatively likely to keep popping up.
I think I've tidied up the full qualification for other types and other general use of and
tags.
|
Thank you for merging to the source-of-truth! It's helpful for machine translation. |
|
It did get committed up-stream, I expect we'll sync this in the next month (but could do so sooner if it matters to you). Do the stray tags cause problems?
|
|
Thanks a lot. I just wait the update. <p> and <div> tags are not big problem. |
std::namespace to classes in the standard library e.g.,string_view.