Skip to content

Commit 1a048eb

Browse files
committed
error: too many template-parameter-lists
1 parent c0d2761 commit 1a048eb

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

linbox/blackbox/blockbb.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class BlockBB
102102

103103
}; // class BlockBB
104104

105-
template<>
106105
template<class _BB>
107106
struct is_blockbb<BlockBB<_BB>> {
108107
static const bool value = true;

linbox/blackbox/pascal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ class PascalBlackbox {
273273
}
274274
};
275275

276-
template<>
277276
template<class Field>
278277
struct is_blockbb<PascalBlackbox<Field>> {
279278
static const bool value = true;

linbox/matrix/sparsematrix/sparse-tpl-matrix-omp.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ class SparseMatrix<Field_, SparseMatrixFormat::TPL_omp> : public BlackboxInterfa
400400
SizedChunks colBlocks_;
401401
}; // SparseMatrix
402402

403-
template<>
404403
template<class Field>
405404
struct is_blockbb<SparseMatrix<Field,SparseMatrixFormat::TPL_omp>> {
406405
static const bool value = true;

linbox/matrix/sparsematrix/sparse-tpl-matrix.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ namespace LinBox
226226

227227
}; // SparseMatrix
228228

229-
template<>
230229
template<class Field>
231230
struct is_blockbb<SparseMatrix<Field,SparseMatrixFormat::TPL>> {
232231
static const bool value = true;

0 commit comments

Comments
 (0)