brunocodutra / metal

Love template metaprogramming
https://brunocodutra.github.io/metal/
MIT License
325 stars 23 forks source link

MSVC workaround for default ordering (v3) #109

Closed ecrypa closed 5 years ago

ecrypa commented 5 years ago

What works there:

https://github.com/brunocodutra/metal/blob/b827598acbb0ea8770979f0a13af27bf5e9ab799/include/metal/value/value.hpp#L85

should also work here...

ecrypa commented 5 years ago

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

ecrypa commented 5 years ago

Closing here after https://github.com/brunocodutra/metal/pull/110#issuecomment-542891188 opened my eyes.