Re: [COMMITTED] Always update bitmask if it changed.

2025-06-18 Thread Aldy Hernandez
Andrew MacLeod writes: > + // Use ths opportunity to make sure mask reflects always reflects the > + // best mask we have. >m_bitmask = bm; May I suggest: "Use this opportunity to make sure mask always reflects the best mask we have." Aldy

[COMMITTED] Always update bitmask if it changed.

2025-06-18 Thread Andrew MacLeod
bitmask intersection does not update the m_bitmask field if the new mask matches the get_bitmask () result. the get_bitmask () routine also incorporates a mask calculated from theĀ  range itself. THe problem in intersection is we use the get_bitmask() version to compare to the new one to see