Trying to use the latest version of Jitify with MSVC 2022 leads to the following error
error C2440: 'initializing': cannot convert from 'initializer list' to 'jitify::detail::compile_kernel::ScopedNvrtcProgramDestroyer'
It seems to me MSVC is actually in the wrong here, but this change is unintrusive enough that I believe it makes sense to push it.
Trying to use the latest version of Jitify with MSVC 2022 leads to the following error
error C2440: 'initializing': cannot convert from 'initializer list' to 'jitify::detail::compile_kernel::ScopedNvrtcProgramDestroyer'
It seems to me MSVC is actually in the wrong here, but this change is unintrusive enough that I believe it makes sense to push it.