Closed
Bug 444303
Opened 18 years ago
Closed 18 years ago
elsa -- depreciate used of <ostream.h> header
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: segg2, Unassigned)
References
Details
Attachments
(2 files, 1 obsolete file)
|
69.82 KB,
patch
|
Details | Diff | Splinter Review | |
|
7.38 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061712 Fedora/3.0-1.fc9 Firefox/3.0
Build Identifier: elsa current
- allow used of <ostream> on conforming compiler.
- used "using namespace std;" on name of its libraries
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
gcc 4.3 is a target requiring use of <iostream>.
and also inforce the use of the using namespace.
| Reporter | ||
Comment 1•18 years ago
|
||
| Reporter | ||
Comment 2•18 years ago
|
||
Attachment #328647 -
Attachment is obsolete: true
| Reporter | ||
Comment 3•18 years ago
|
||
Comment 4•18 years ago
|
||
thanks pushed
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Summary: elas -- depreciate used of <ostream.h> header → elsa -- depreciate used of <ostream.h> header
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•4 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•