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

Fix typos in [mem.poly.allocator.mem]/9.1 and /9.5 #1269

Merged
merged 1 commit into from Dec 18, 2016

Conversation

CaseyCarter
Copy link
Contributor

(Obviously a typo since there is no "T" in scope.)

Also trim trailing whitespace in utilities.tex.

@@ -11226,7 +11226,7 @@
If \tcode{uses_allocator_v<T1,memory_resource*>} is \tcode{false}
\\
and
\tcode{is_constructible_v<T,Args1...>} is \tcode{true},
\tcode{is_constructible_v<T1,Args1...>} is \tcode{true},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True non-whitespace change 1 of 2.

@@ -11253,7 +11253,7 @@
If \tcode{uses_allocator_v<T2,memory_resource*>} is \tcode{false}
\\
and
\tcode{is_constructible_v<T,Args2...>} is \tcode{true},
\tcode{is_constructible_v<T2,Args2...>} is \tcode{true},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True non-whitespace change 2 of 2

@tkoeppe tkoeppe merged commit 9fe30c8 into cplusplus:master Dec 18, 2016
@CaseyCarter CaseyCarter deleted the pmr_fix branch December 19, 2016 02:12
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

Successfully merging this pull request may close these issues.

None yet

2 participants