Skip to content

Commit

Permalink
Merge pull request #960 from leapmotion/rem-initializer
Browse files Browse the repository at this point in the history
Eliminate unneeded default initializer
  • Loading branch information
yeswalrus committed Jun 18, 2016
2 parents ea873f8 + e908307 commit 4e5d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autowiring/config_descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ namespace autowiring {
}

private:
std::vector<const metadata_base*> empty{};
std::vector<const metadata_base*> empty;
std::unordered_map<auto_id, std::vector<const metadata_base*>> m_mdMap;

// Initializes our default value
Expand Down

0 comments on commit 4e5d6f2

Please sign in to comment.