View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013110 | Open CASCADE | OCCT:Foundation Classes | public | 2006-08-01 20:25 | 2012-01-18 19:02 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | duplicate | ||
| OS | Linux | ||||
| Summary | 0013110: `IterAllocator' must be available | ||||
| Description | Sources : Error when test tools is build (QA-tools) Error : warning: there are no arguments to `IterAllocator' that depend on a template parameter, so a declaration of `IterAllocator' must be available Locate error : Error in : inc/NCollection_DoubleMap.hxx inc/NCollection_SList.hxx PB : virtual TYPENAME NCollection_BaseCollection<TheItemType>::Iterator& CreateIterator(void) const { return *(new (IterAllocator()) NCollection_SList(*this)); } solve (provide by IMV): virtual TYPENAME NCollection_BaseCollection<TheItemType>::Iterator& CreateIterator(void) const { return *(new (this->IterAllocator()) NCollection_SList(*this)); } | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| has duplicate | 0010415 | closed | Some NCollection template classes are not compilable with gcc3.4.1 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-08-02 11:14 | bugmaster | CC | => mkv |
| 2006-08-02 11:14 | bugmaster | Assigned To | bugmaster => abv |
| 2006-08-02 11:14 | bugmaster | Status | new => assigned |
| 2006-08-02 11:14 | bugmaster | Category | => FDC |
| 2006-08-02 15:11 |
|
Status | assigned => closed |
| 2006-08-02 15:11 |
|
Resolution | @0@ => duplicate |
| 2011-08-02 11:23 | bugmaster | Category | OCCT:FDC => OCCT:Foundation Classes |
| 2012-01-18 19:02 |
|
Fixed in Version | EMPTY => |
| 2012-01-18 19:02 |
|
Description Updated |