If I am not mistaken. Simpler: ```cpp Bool testForAny(const BitFlags& that) const { return (m_bits & that.m_bits).any(); } ```