Ticket #25391: multiple_templates.patch
File multiple_templates.patch, 570 bytes (added by , 3 years ago) |
---|
-
linbox/matrix/densematrix/blas-transposed-matrix.h
diff --git a/linbox/matrix/densematrix/blas-transposed-matrix.h b/linbox/matrix/densematrix/blas-transposed-matrix.h index 7eb1bb9..c7868a5 100644
a b namespace LinBox 67 67 /*! TransposedBlasMatrix. 68 68 * NO DOC 69 69 */ 70 #if !defined(__INTEL_COMPILER) && !defined(__CUDACC__) & !defined(__clang__)70 #if !defined(__INTEL_COMPILER) && !defined(__CUDACC__) && !defined(__clang__) && !defined(__GNUC__) 71 71 template <> 72 72 #endif 73 73 template< class Matrix >