Closed
Bug 981264
Opened 9 years ago
Closed 8 years ago
VS10 STL wrappers get tangled up in <utility>
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: xidorn, Unassigned)
References
Details
When using std::pair in code with "#include <utility>" being the first include, it will fail to compile such file in try server's "B2G Desktop Windows Opt". Insert "#include <new>" before <utility> is a workaround for this problem. One recent log for reference: https://tbpl.mozilla.org/php/getParsedLog.php?id=35829369&tree=Try&full=1 Also see bug 602558 for more details.
Reporter | ||
Updated•9 years ago
|
Summary: VS10 STL wrappers gets tangled up in <utility> → VS10 STL wrappers get tangled up in <utility>
Reporter | ||
Comment 1•8 years ago
|
||
Anyway we do no longer support VS10. Close this bug as WONTFIX.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
![]() |
||
Comment 2•6 years ago
|
||
See a newer incarnation of this at bug 1331102.
You need to log in
before you can comment on or make changes to this bug.
Description
•