Closed
Bug 654082
Opened 14 years ago
Closed 14 years ago
Building in gcc c++0x mode uses symbols from libstdc++ 4.5 on debug builds
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla6
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
|
1.70 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
This is because it switches to using some new C++0x defined methods in std::string and std::wstring.
(At the same time, replace basic_string template with shorter string and wstring form, and add an ifdef for wchar_t ; i verified this doesn't break in non C++0x mode)
Attachment #529451 -
Flags: review?(tglek)
Comment 1•14 years ago
|
||
Comment on attachment 529451 [details] [diff] [review]
Add C++0x support to the libstdc++ compatibility hack
rubberstamp
Attachment #529451 -
Flags: review?(tglek) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Updated•14 years ago
|
Assignee: nobody → mh+mozilla
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•