mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-29 19:00:17 +02:00
for (const T& needle : haystack) creates the illusion that haystack is a container of T and we're just borrowing needle. In these cases that's not true.