mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
18 lines
501 B
C++
18 lines
501 B
C++
--- library/src/linalg/btableau.cc.orig 2018-12-01 17:24:33 UTC
|
|
+++ library/src/linalg/btableau.cc
|
|
@@ -24,8 +24,7 @@
|
|
#include "gambit/matrix.imp"
|
|
#include "gambit/linalg/btableau.imp"
|
|
|
|
-using namespace Gambit;
|
|
-using namespace Gambit::linalg;
|
|
+namespace Gambit::linalg {
|
|
|
|
template class BaseTableau<double>;
|
|
template class BaseTableau<Rational>;
|
|
@@ -33,4 +32,4 @@ template class BaseTableau<Rational>;
|
|
template class TableauInterface<double>;
|
|
template class TableauInterface<Rational>;
|
|
|
|
-
|
|
+}
|