Open
Bug 1920663
Opened 1 year ago
Updated 1 year ago
IPDL: structs containing more than one Endpoint fail to compile using gcc base toolchains
Categories
(Core :: IPC, defect, P3)
Core
IPC
Tracking
()
ASSIGNED
People
(Reporter: janv, Assigned: janv)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
https://hg.mozilla.org/try/rev/1d6c3a28e3c06c71700bca4aded842be05fc9093
https://hg.mozilla.org/try/rev/1d6c3a28e3c06c71700bca4aded842be05fc9093#l3.23
struct Endpoints {
Endpoint<PTestDataStructuresLeftChild> leftChildEndpoint;
Endpoint<PTestDataStructuresRightChild> rightChildEndpoint;
};
I have a simple fix already.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•