Index: benchmarks/libcelero/files/patch-src_TestFixture.cpp =================================================================== --- benchmarks/libcelero/files/patch-src_TestFixture.cpp (nonexistent) +++ benchmarks/libcelero/files/patch-src_TestFixture.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/TestFixture.cpp.orig 2019-10-18 01:13:19 UTC ++++ src/TestFixture.cpp +@@ -135,7 +135,7 @@ std::vector TestFixture::getUserDefinedMe + + if(udms.empty() == false) + { +- for(const auto udm : udms) ++ for(const auto& udm : udms) + { + names.emplace_back(udm->getName()); + } Property changes on: benchmarks/libcelero/files/patch-src_TestFixture.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property