mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
This change removes the following UBs: - calling std::vector::insert() with source range, which comes from the destination vector; when vector needs to grow then the source iterators are invalid - comparison of singular (default-constructed) iterators is disallowed Signed-off-by: Wrobel, Patryk <patryk.wrobel@intel.com>