diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-01 17:37:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-01 17:37:57 +0000 |
commit | 5def8ab192b99aeb798ae7dc99018c7795f52938 (patch) | |
tree | 57f600c2816284ea8e5d27a2c6e4d9c4a2fbedb9 /math/gambit/files/patch-library_src_linalg_lemketab.cc | |
parent | audio/libmusicxml: Update 3.13 -> 3.14-1 (diff) |
math/gambit: Update 15.1.1 -> 16.0.1
Reported by: portscout
Diffstat (limited to 'math/gambit/files/patch-library_src_linalg_lemketab.cc')
-rw-r--r-- | math/gambit/files/patch-library_src_linalg_lemketab.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gambit/files/patch-library_src_linalg_lemketab.cc b/math/gambit/files/patch-library_src_linalg_lemketab.cc new file mode 100644 index 000000000000..1cc652c90a1a --- /dev/null +++ b/math/gambit/files/patch-library_src_linalg_lemketab.cc @@ -0,0 +1,13 @@ +--- 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>; ++ ++} |