Skip to content

StoreGate: Fix compilation failure.

Scott Snyder requested to merge ssnyder/athena:compile.StoreGate-20241113 into main

Fix use of long-since removed method in DataHandle::operator=.

This was in a template which is normally not instantiated, which is why this hadn't been noticed. But this was causing a compilation failure while testing with a recent checkout of llvm-sycl.

Merge request reports

Loading