Arama Sonuçları

  1. Larry Watterson

    sectree.h for_each_entity() UB

    template <class _Func> void for_each_entity(_Func & func) { itertype(m_set_entity) it = m_set_entity.begin(); for ( ; it != m_set_entity.end(); ++it) { LPENTITY entity = *it; // <Factor> Sanity check if (entity->GetSectree() != this) {...
  2. Larry Watterson

    sectree.h for_each_entity() UB

    zaten sanity check, ben atlamışım teşekkürler
  3. Larry Watterson

    sectree.h for_each_entity() UB

    ubsan dediğiniz runtime aracı, bu branch zaten runtimeda çok nadir çalışıyordur, ben pek fazla oluşan bir durum olduğunu sanmıyorum. bu sebeple denk gelmek zor
Geri
Üst