Fix vec<T> initialization #115
Labels
No labels
bug
documentation
explore
improvement
roadmap
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
Tearnote/Playnote#115
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The type has an initializer_list constructor, which is not the right thing to use for a compile-time constant size list. Switch to a constrained parameter pack constructor to fix ambiguity with the shading language style single-value constructor.
Fixed in
afaa162886