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

Clean up auto_tuple, make it slightly more efficient #756

Merged
merged 1 commit into from Sep 30, 2015

Conversation

codemercenary
Copy link
Contributor

By avoiding the use of a base type and switching to a templated ctor, we make it possible to initialize tuple members with single arguments directly in place rather than constructing a temporary that will requiring moving. Assure this new efficiency going forward with a new test in TupleTest.

By avoiding the use of a base type and switching to a templated ctor, we make it possible to initialize tuple members with single arguments directly in place rather than constructing a temporary that will requiring moving.  Assure this new efficiency going forward with a new test in TupleTest.
yeswalrus added a commit that referenced this pull request Sep 30, 2015
Clean up auto_tuple, make it slightly more efficient
@yeswalrus yeswalrus merged commit 1adc210 into develop Sep 30, 2015
@yeswalrus yeswalrus deleted the fix-autotuple branch September 30, 2015 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants