From 4fec0f52e7eb986a26dbf14d27914e07e4383e4a Mon Sep 17 00:00:00 2001 From: Julian Amann Date: Thu, 18 Aug 2022 22:31:28 +0200 Subject: [PATCH] Fix compilation issues on macOS 12.5 and Apple clang version 13.1.6 --- common/sys/vector.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/common/sys/vector.h b/common/sys/vector.h index f832626789..b5a8199cad 100644 --- a/common/sys/vector.h +++ b/common/sys/vector.h @@ -133,8 +133,9 @@ namespace embree __forceinline void clear() { /* destroy elements */ - for (size_t i=0; i