v6.13.0-dev

This commit is contained in:
XMRig 2021-06-28 19:02:48 +07:00
parent 6e2a84a46c
commit 0af9d2e75b
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@ public:
# ifdef XMRIG_FEATURE_BENCHMARK
inline bool isBenchmark() const { return !!m_benchmark; }
# else
inline constexpr bool isBenchmark() const { return false; }
inline constexpr static bool isBenchmark() { return false; }
# endif
inline const std::vector<Pool> &data() const { return m_data; }