From 0610447a7ad0554ddb5646ff9bca975d7f37a511 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 19 Mar 2017 17:37:52 +0100 Subject: Fixed a compilation issue for GCC/MSVC --- test/performance/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/performance/client.cpp b/test/performance/client.cpp index e86145f8..aa864c8f 100644 --- a/test/performance/client.cpp +++ b/test/performance/client.cpp @@ -24,7 +24,7 @@ namespace clblast { // ================================================================================================= -template const auto Client::kSeed = 42; // fixed seed for reproducibility +template const int Client::kSeed = 42; // fixed seed for reproducibility // Constructor template -- cgit v1.2.3