mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-02 09:18:33 -04:00
`finally` needs to use `decay_t` instead of `remove_cvref_t` so it can properly accept non-object function arguments by decaying to function pointer type. Adds test coverage for this use case which was previously missing.