vectorwrapper/include
King_DuckZ 421e5e2433 Allow extra casting if users explicitly whitelist them.
They'll have to make VectorTypeInfo<V> inherit from
is_castable_to<U> for every U they want the V to be
castable to. Note that if they also want U to be castable
to V (so the other way around) they'll have to explicitly
whitelist that conversion too in VectorTypeInfo<U>.
2017-07-27 23:42:21 +01:00
..
vectorwrapper Allow extra casting if users explicitly whitelist them. 2017-07-27 23:42:21 +01:00