freebsd-ports/math/gambit/files/patch-library_src_linalg_lemketab.cc
Yuri Victorovich 5def8ab192 math/gambit: Update 15.1.1 -> 16.0.1
Reported by:	portscout
2018-12-01 17:37:57 +00:00

13 lines
314 B
C++

--- library/src/linalg/lemketab.cc.orig 2018-12-01 17:13:48 UTC
+++ library/src/linalg/lemketab.cc
@@ -22,7 +22,9 @@
#include "gambit/linalg/lemketab.imp"
-using namespace Gambit::linalg;
+namespace Gambit::linalg {
template class LemkeTableau<double>;
template class LemkeTableau<Gambit::Rational>;
+
+}