Closed
Bug 559628
Opened 15 years ago
Closed 14 years ago
Use of <limits> in ctypes breaks android build
Categories
(Core :: js-ctypes, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mwu, Unassigned)
References
Details
(Keywords: regression)
Bionic doesn't provide the limits header or std::numeric_limits.
Comment 1•15 years ago
|
||
Hmm... Can we provide a shim? We have some content/ patches in flight that would use the limits header and std::numeric_limits, iirc.
Reporter | ||
Comment 2•15 years ago
|
||
I think it might be possible, especially for limits which seems relatively simple. See also bug 556839 since we'll need to fix this issue to use e10s.
We'll need to fix this before we pull in a version of STL into the tree.
Reporter | ||
Comment 4•14 years ago
|
||
We can probably borrow some appropriately licensed limits header or make our own. Rewriting code to not use std::numeric_limits isn't much of an option since the alternative is so much worse.
wontfixing this -- we'll have workarounds for STL in android (initially an alternate ndk, eventually an in-tree STL).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•