Skip to content
Verified Commit 9ae0a8a9 authored by Nick Curtis's avatar Nick Curtis
Browse files

Improved detection of when to use explict vector conversion and update conversion test to include:

1.  Literal to vector assignment (no explicit conversion should be used)
2.  Non-vector temporary variable to vector assignment (no explicit conversion)
3.  Vector-temporary to vector variable assignment (explicit conversion)

Previously, only vector to vector assignment was tested.
parent fdec20e9
Pipeline #12322 passed with stage
in 15 minutes and 23 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment