You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With `construct_type`, there's no need to keep all these dispatches.
This change also makes it easier to distinguish `SVector{1}(1, 2)` and `SVector{1}((1, 2))` (The former should be disallowed)
Also fix empty construction for `S/MVector`.
0 commit comments