Closed
Bug 694801
Opened 14 years ago
Closed 14 years ago
VC11 fails to compile angle because pool_allocator<T> doesn't have operator =
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
5.89 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Comment 1•14 years ago
|
||
I dont have VC11 at the moment so I can hardly make a patch, but if you do make a patch I'll drive it in ANGLE upstream.
Assignee | ||
Comment 2•14 years ago
|
||
I had to convert the reference member to a pointer in order to be able to assign to it inside operator=.
I will look into upstreaming this fix.
Assignee | ||
Updated•14 years ago
|
Comment 4•14 years ago
|
||
Comment on attachment 567310 [details] [diff] [review]
Patch (v1)
Review of attachment 567310 [details] [diff] [review]:
-----------------------------------------------------------------
Just add a mention of the ANGLE revision number in README.mozilla.
Attachment #567310 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Target Milestone: --- → mozilla10
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•