diff options
Diffstat (limited to 'math/gambit/files/patch-library_src_linalg_lptab.cc')
-rw-r--r-- | math/gambit/files/patch-library_src_linalg_lptab.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/gambit/files/patch-library_src_linalg_lptab.cc b/math/gambit/files/patch-library_src_linalg_lptab.cc new file mode 100644 index 000000000000..8f8f7b891910 --- /dev/null +++ b/math/gambit/files/patch-library_src_linalg_lptab.cc @@ -0,0 +1,14 @@ +--- 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>; ++ ++} |