Bug 305204
| Summary: | Exclude expected copy constructor | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
Swift attempts to instantiate templated copy constructors to determine whether C++ types can be copied. In the case of WTF::expected, this causes template errors. Exclude the relevant copy constructor from consideration by Swift.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
adrian_taylor
<rdar://problem/167557269>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/56344
EWS
Committed 305414@main (27500850d0ff): <https://commits.webkit.org/305414@main>
Reviewed commits have been landed. Closing PR #56344 and removing active labels.