Bug 184479
Summary: | Remove register keyword | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, fpizlo, jfbastien, rniwa, ryanhaddad, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jonathan Bedard
With the deprecation of the register keyword in C++17, we should remove any usage within the WebKit codebase.
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0001r1.html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
<rdar://problem/39288731>
JF Bastien
We still have code with register? lol nice.
Ryosuke Niwa
*** This bug has been marked as a duplicate of bug 184489 ***