Fix vec<T> initialization #115

Closed
opened 2026-02-14 10:49:28 +00:00 by Tearnote · 1 comment
Tearnote commented 2026-02-14 10:49:28 +00:00 (Migrated from codeberg.org)

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.

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.
Tearnote commented 2026-02-17 09:35:56 +00:00 (Migrated from codeberg.org)

Fixed in afaa162886

Fixed in afaa1628861c8f350d6f2d6134ebf981bf8689a8
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
Tearnote/Playnote#115
No description provided.