Skip to content
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

Missing end-note tags #94

Closed
StephanTLavavej opened this issue May 1, 2013 · 0 comments
Closed

Missing end-note tags #94

StephanTLavavej opened this issue May 1, 2013 · 0 comments

Comments

@StephanTLavavej
Copy link
Contributor

20.6.5 [ptr.align]/4: "[ Note: The function updates its ptr and space arguments so that it can be called repeatedly with
possibly different alignment and size arguments for the same buffer." This is the last paragraph in the section, so the end-note tag can't be hiding below.

20.7.2.3.7 [util.smartptr.ownerless]/2: "operator()(x,y) shall return x.owner_before(y). [ Note: Note that
— operator() defines a strict weak ordering as defined in 25.4;
— under the equivalence relation defined by operator(), !operator()(a, b) && !operator()(b, a), two shared_ptr or weak_ptr instances are equivalent if and only if they share ownership or are both empty." Again, this is the last paragraph in the section, so the end-note tag can't be hiding below.

22.4.5.1.1 [locale.time.get.members]/9: "[ Note: The function uses the ctype facet installed in f’s locale to determine valid whitespace characters. It is unspecified by what means the function performs case-insensitive comparison or whether multi-character sequences are considered while doing so." This is the second-to-last paragraph in the section, so the end-note tag can't be hiding below.

jwakely added a commit that referenced this issue May 1, 2013
Reported by Stephan T. Lavavej

See #94
jwakely added a commit that referenced this issue May 1, 2013
@jwakely jwakely closed this as completed in 2b3cbcd May 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant