Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

A few small changes through the Ref Block Spilt stack #370

Merged
merged 4 commits into from
Nov 8, 2014

Conversation

jmthibault79
Copy link
Contributor

Small fixes while looking for improvements for #359

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0%) when pulling e62a104 on jt_rbs_updates into 9b297d4 on master.

@@ -85,14 +85,14 @@ class MultipleVariantReader {
if ( file_ptr == nullptr ) {
throw FileOpenException{filename};
}
m_variant_files.push_back(utils::make_shared_hts_file(file_ptr));
m_variant_files.push_back(std::move(utils::make_shared_hts_file(file_ptr)));
Copy link
Contributor

Choose a reason for hiding this comment

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

the return value of a function is always move or elided b the compiler.

@MauricioCarneiro
Copy link
Contributor

looks good to me

MauricioCarneiro pushed a commit that referenced this pull request Nov 8, 2014
A few small changes through the Ref Block Spilt stack
@MauricioCarneiro MauricioCarneiro merged commit 3067369 into master Nov 8, 2014
@MauricioCarneiro MauricioCarneiro deleted the jt_rbs_updates branch November 8, 2014 01:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants