Skip to content

Commit

Permalink
error: too many template-parameter-lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdumas committed Jun 27, 2018
1 parent c0d2761 commit 1a048eb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion linbox/blackbox/blockbb.h
Expand Up @@ -102,7 +102,6 @@ class BlockBB

}; // class BlockBB

template<>
template<class _BB>
struct is_blockbb<BlockBB<_BB>> {
static const bool value = true;
Expand Down
1 change: 0 additions & 1 deletion linbox/blackbox/pascal.h
Expand Up @@ -273,7 +273,6 @@ class PascalBlackbox {
}
};

template<>
template<class Field>
struct is_blockbb<PascalBlackbox<Field>> {
static const bool value = true;
Expand Down
1 change: 0 additions & 1 deletion linbox/matrix/sparsematrix/sparse-tpl-matrix-omp.h
Expand Up @@ -400,7 +400,6 @@ class SparseMatrix<Field_, SparseMatrixFormat::TPL_omp> : public BlackboxInterfa
SizedChunks colBlocks_;
}; // SparseMatrix

template<>
template<class Field>
struct is_blockbb<SparseMatrix<Field,SparseMatrixFormat::TPL_omp>> {
static const bool value = true;
Expand Down
1 change: 0 additions & 1 deletion linbox/matrix/sparsematrix/sparse-tpl-matrix.h
Expand Up @@ -226,7 +226,6 @@ namespace LinBox

}; // SparseMatrix

template<>
template<class Field>
struct is_blockbb<SparseMatrix<Field,SparseMatrixFormat::TPL>> {
static const bool value = true;
Expand Down

0 comments on commit 1a048eb

Please sign in to comment.