jauhien     14/06/15 21:23:54

  Added:                beagle-3.0.3-gcc47.patch
  Log:
  fix bug #513348, bump to EAPI 5, add ~amd64, thanks to Georg Rudoy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  Changes    Path
1.1                  sci-libs/beagle/files/beagle-3.0.3-gcc47.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/beagle/files/beagle-3.0.3-gcc47.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/beagle/files/beagle-3.0.3-gcc47.patch?rev=1.1&content-type=text/plain

Index: beagle-3.0.3-gcc47.patch
===================================================================
--- beagle/include/beagle/RouletteT.hpp
+++ beagle/include/beagle/RouletteT.hpp
@@ -87,7 +87,7 @@
     Beagle_StackTraceBeginM();
     Beagle_AssertM(inWeight>=0.0);
     if(VectorType::empty()==false) inWeight += VectorType::back().first;
-    push_back(std::make_pair(inWeight,inValue));
+    this->push_back(std::make_pair(inWeight,inValue));
     Beagle_StackTraceEndM("void RouletteT<T>::insert(const T& inValue, double 
inWeight)");
   }




Reply via email to