jlec        15/03/31 09:32:52

  Added:                allpathslg-47093-gcc4.9.patch
  Log:
  Fix for newer gcc, bug #514654
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  sci-biology/allpathslg/files/allpathslg-47093-gcc4.9.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/files/allpathslg-47093-gcc4.9.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/files/allpathslg-47093-gcc4.9.patch?rev=1.1&content-type=text/plain

Index: allpathslg-47093-gcc4.9.patch
===================================================================
 src/paths/long/VariantCallTools.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/paths/long/VariantCallTools.cc 
b/src/paths/long/VariantCallTools.cc
index dfe2787..725878b 100644
--- a/src/paths/long/VariantCallTools.cc
+++ b/src/paths/long/VariantCallTools.cc
@@ -1674,7 +1674,7 @@ void EdgesOnRef::FindAllPathsNoLoop(const GraphT& dg, int 
entrace_edge, int exit
     int n1 = to_right2[entrace_edge];
     int n2 = to_left2[exit_edge];
 
-    PartialPath start = {{n1},{}};
+    PartialPath start{{n1},vec<int>{}};
     stack<PartialPath> visited;
     visited.push(start);
     while (! visited.empty()) {




Reply via email to