We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdaff9 commit 91314b4Copy full SHA for 91314b4
math/vecops/inc/ROOT/RVec.hxx
@@ -512,7 +512,7 @@ template <typename T>
512
struct RVecInlineStorageSize {
513
private:
514
#ifdef R__HAS_HARDWARE_INTERFERENCE_SIZE
515
- constexpr std::size_t cacheLineSize = std::hardware_destructive_interference_size;
+ static constexpr std::size_t cacheLineSize = std::hardware_destructive_interference_size;
516
#else
517
// safe bet: assume the typical 64 bytes
518
static constexpr std::size_t cacheLineSize = 64;
0 commit comments