MDEV-28478 fixup: Declare a constexpr member function const
This commit is contained in:
parent
fd9e733aaa
commit
16e276721a
@ -174,7 +174,7 @@ public:
|
||||
m_id= (m_id & ~uint64_t{0} << 32) | page_no;
|
||||
}
|
||||
|
||||
constexpr ulonglong raw() { return m_id; }
|
||||
constexpr ulonglong raw() const { return m_id; }
|
||||
|
||||
private:
|
||||
/** The page identifier */
|
||||
|
Loading…
x
Reference in New Issue
Block a user