Small typo fix(es) for struct definition of __optional_storage_base for
a reference type.
Details
- Reviewers
EricWF jloser philnik Mordante - Group Reviewers
Restricted Project - Commits
- rG7b291b6f5095: [libc++] Fix typo in comment at __optional_storage_base
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/include/optional | ||
---|---|---|
395–396 | This sentence still doesn't make any sense. I think there is a "not" missing somewhere. |
libcxx/include/optional | ||
---|---|---|
395–396 | I'd be OK with something like this instead - what do you think?
|
libcxx/include/optional | ||
---|---|---|
395–396 | Yes, of course!! I completely boofed. I was so excited to be able to fit that all within 80 characters that I never thought to reread! I am *so* sorry! Also, thank you for being as persnickety as I am -- there is definitely a dash needed between ABI and compatible!! |
libcxx/include/optional | ||
---|---|---|
395–396 | And, for the , as well (after the opening clause). You and I are obviously of one mind! |
libcxx/include/optional | ||
---|---|---|
395–396 | Just one small thing: do you mind adding the comma after "However", please? Sorry that I'm such a nitpick with this. After that, LGTM. |
libcxx/include/optional | ||
---|---|---|
395–396 | Thanks for the feedback! I posted a follow up! |
This sentence still doesn't make any sense. I think there is a "not" missing somewhere.