RESOLVED MOVED 177121
[WSL] Implement full constexpr support
https://bugs.webkit.org/show_bug.cgi?id=177121
Summary [WSL] Implement full constexpr support
Filip Pizlo
Reported 2017-09-18 20:13:50 PDT
Currently even this doesn't work: void foo<int x>() { ... } void bar<int y>() { foo<y + 1>(); } Maybe it should work?
Attachments
Myles C. Maxfield
Comment 1 2018-08-21 22:07:21 PDT
We don't have generics any more.
Myles C. Maxfield
Comment 2 2018-08-21 22:24:00 PDT
We do have vector<float, 1 + 2> though.
Myles C. Maxfield
Comment 3 2018-10-13 19:37:35 PDT
Note You need to log in before you can comment on or make changes to this bug.