blob: 4324234a7343ec59f34e275a1fb40de5f7f954b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- test/include/MatrixMarket.hpp.orig
+++ test/include/MatrixMarket.hpp
@@ -43,6 +43,8 @@
state += s;
operator()();
}
+
+ using result_type = uint32_t;
static constexpr uint32_t min() noexcept { return 0; }
static constexpr uint32_t max() noexcept { return UINT32_MAX; }
|