Closed ecrypa closed 5 years ago
What works there:
https://github.com/brunocodutra/metal/blob/b827598acbb0ea8770979f0a13af27bf5e9ab799/include/metal/value/value.hpp#L85
should also work here...
I have no idea why MSVC 14 complains here, but accepts the following:
https://github.com/brunocodutra/metal/blob/b827598acbb0ea8770979f0a13af27bf5e9ab799/include/metal/list/iota.hpp#L50
Closing here after https://github.com/brunocodutra/metal/pull/110#issuecomment-542891188 opened my eyes.
What works there:
https://github.com/brunocodutra/metal/blob/b827598acbb0ea8770979f0a13af27bf5e9ab799/include/metal/value/value.hpp#L85
should also work here...