Open
Bug 1421487
Opened 7 years ago
Updated 2 years ago
ThreadLocal should support <const T*>
Categories
(Core :: MFBT, enhancement)
Core
MFBT
Tracking
()
NEW
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(2 files)
This came up in bug 1390386.
Error was:
obj-firefox/dist/include/mozilla/ThreadLocal.h:153:15: error: reinterpret_cast from 'typename Helper<const GLContext *>::Type' (aka 'const mozilla::gl::GLContext *') to 'void *' casts away qualifiers
Assignee | ||
Comment 1•6 years ago
|
||
It seems to build now though, at least on Windows.
Assignee | ||
Comment 2•6 years ago
|
||
MozReview-Commit-ID: 1KrCpEtiKOI
Assignee | ||
Comment 3•6 years ago
|
||
MozReview-Commit-ID: CcQbNUkzDuD
Depends on D12084
Comment 4•6 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:jgilbert, could you have a look please?
Flags: needinfo?(jgilbert)
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(jgilbert)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•