mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-05-16 08:36:48 +02:00
f54e76e6bf
Vadym accidentally called view() directly on an R-value frame, which leads to a dangling view pointer. Adjusted code such that compiler throws an error if called on an R-value frame. Co-authored-by: Erik Fröjdh <erik.frojdh@psi.ch>