art::Ptr<T>
s can now be made only to elements in collections that have aconst
-qualifiedsize()
member function. This extra restriction is unlikely to affect anyone.- For two identical
art::RangeSet
objectsrs1
andrs2
, callingart::overlapping_ranges(rs1, rs2)
now returnstrue
instead offalse
.