Support non-const conversion operators on broadcast
Closed this issue · 1 comments
mattkretz commented
VcDevel/Vc@371190d resolves a corner case on implicit conversion for the broadcast. This appears to be unnecessary with Clang 4.0 and GCC 6, though. I'm actually not sure why Clang 3.8 would be wrong to reject a conversion from const convertible
to int
if convertible::operator int()
is non-const.
mattkretz commented