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

Implement PR for ericniebler/stl2#239: #43

Merged
merged 1 commit into from
Oct 27, 2016
Merged

Implement PR for ericniebler/stl2#239: #43

merged 1 commit into from
Oct 27, 2016

Conversation

CaseyCarter
Copy link
Owner

In indirect_result_of, decay the type of the function before passing to IndirectCallable.

In indirect_result_of, decay the type of the function before passing to IndirectCallable.
@@ -262,6 +264,12 @@ namespace indirectly_callable_test {
CONCEPT_ASSERT(models::IndirectCallable<std::plus<int>, int*, int*>);
}

namespace indirect_result_of_test {
Copy link
Owner Author

Choose a reason for hiding this comment

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

Wow, does this ever need more tests.

@ericniebler
Copy link
Collaborator

LGTM

@CaseyCarter CaseyCarter merged commit 2f6a4d0 into master Oct 27, 2016
@CaseyCarter CaseyCarter deleted the issue_239 branch October 27, 2016 20: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.

2 participants