Skip to content

StoreGate: Make DecorHandle ctors from VarHandleKey explicit.

Scott Snyder requested to merge ssnyder/athena:explicit.StoreGate-20240212 into main

Otherwise, default conversions will allow initializing a DecorHandle with a DecorHandleKey of the wrong type, producing confusing errors at runtime.

Merge request reports