Bug 176580
Summary: | WSL should report an error if you attempt to define a function that is at least as specific as a restricted function | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | mmaxfield |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 176199 |
Filip Pizlo
Preferred functions are things that the language defines for you and does not allow you to override:
operator<T> T()
operator<T> T(T)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
*** This bug has been marked as a duplicate of bug 189131 ***
Myles C. Maxfield
Migrated to https://github.com/gpuweb/WHLSL/issues/147