From a98c00a2671b8981579f3a73dca8fb3365a95e53 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 20 Mar 2017 19:53:55 +0100 Subject: Fixed a GCC/MSVC compilation issue --- test/correctness/testblas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/correctness/testblas.cpp b/test/correctness/testblas.cpp index 4a620686..c8c59fcf 100644 --- a/test/correctness/testblas.cpp +++ b/test/correctness/testblas.cpp @@ -21,7 +21,7 @@ namespace clblast { // ================================================================================================= -template const auto TestBlas::kSeed = 42; // fixed seed for reproducibility +template const int TestBlas::kSeed = 42; // fixed seed for reproducibility // Test settings for the regular test. Append to these lists in case more tests are required. template const std::vector TestBlas::kVectorDims = { 7, 93, 4096 }; -- cgit v1.2.3