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

14 lines
316 B
C++

--- library/src/linalg/lptab.cc.orig 2017-05-12 11:07:26 UTC
+++ library/src/linalg/lptab.cc
@@ -22,8 +22,9 @@
#include "gambit/linalg/lptab.imp"
-using namespace Gambit;
-using namespace Gambit::linalg;
+namespace Gambit::linalg {
template class LPTableau<double>;
template class LPTableau<Rational>;
+
+}