Closed
Bug 444297
Opened 17 years ago
Closed 17 years ago
oink/ast depreciate used of <ostream.h> should be <ostream>
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: segg2, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
31.05 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: oink ast current
- depreciate used of <ostream.h> should be <ostream>
- name in std libraries need "using namespace std;"
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•17 years ago
|
||
adding the patch file
Reporter | ||
Comment 2•17 years ago
|
||
Reporter | ||
Comment 3•17 years ago
|
||
new patch which replace <ostream.h> to <ostream>
Reporter | ||
Comment 4•17 years ago
|
||
agrampar.tab.{cc|h} even if they are in the repository, they are generated files. Means, they are not in the diff file.
Attachment #328643 -
Attachment is obsolete: true
Reporter | ||
Comment 5•17 years ago
|
||
- gcc 4.3 compile successfully.
- agrampar.tab.cc should not be in repository, generated file.
- agrampar.tab.h should not be in repository, generated file.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 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
•