CHChang810716

Results 1 comments of CHChang810716

I just modify the simdpp/types/empty_expr.h:220 ``` SIMDPP_INL operator uint32() const { return e; } ``` to ``` SIMDPP_INL operator uint32() const { return uint32(e); } ``` and the error gone.