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

[EDITORIAL] add <experimental/ranges/concepts> synopsis #324

Merged
merged 1 commit into from
Feb 15, 2017

Conversation

ericniebler
Copy link
Owner

No description provided.

@ericniebler
Copy link
Owner Author

Refs #211

@@ -127,6 +127,209 @@
which requires \tcode{C<T>()}.
\exitexample

\rSec1[concepts.lib.synopsis]{Header \tcode{<experimental/ranges/concepts>} synopsis}
Copy link
Collaborator

Choose a reason for hiding this comment

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

With the synopsis, [concepts.lib.general]/3 is now redundant and should be removed.

// \ref{concepts.lib.corelang}, core language concepts:
// \ref{concepts.lib.corelang.same}, Same:
template <class T, class U>
concept bool Same() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we add another indent on these to match the standard's function template declaration style?

Copy link
Owner Author

Choose a reason for hiding this comment

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

We don't elsewhere for concept definitions. That change is not in the scope of this patch.

@CaseyCarter CaseyCarter merged commit 1862bd8 into master Feb 15, 2017
@CaseyCarter CaseyCarter deleted the concepts-header-synopsis branch July 17, 2017 21:34
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