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

[optional.object.ctor] remove redundant <T> #910

Merged
merged 1 commit into from Aug 30, 2016

Conversation

AlisdairM
Copy link
Contributor

Remove redundant when passing an optional parameter to a construtor or other member function. The class definition is already correct, so this is just making the function specifications consistent with their original declarations.

Remove redundant <T> when passing an optional<T> parameter
to a construtor or other member function.  The class definition
is already correct, so this is just making the function
specifications consistent with their original declarations.
@tkoeppe tkoeppe merged commit 258642f into cplusplus:master Aug 30, 2016
@AlisdairM AlisdairM deleted the tidy_template_usage_in_optional branch August 30, 2016 15:00
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