View Issue Details

IDProjectCategoryView StatusLast Update
0018659Open CASCADEOCCT:Foundation Classespublic2012-10-26 18:45
ReportersanAssigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionduplicate 
OSLinux 
Fixed in Version6.3.1 
Summary0018659: Syntax error in NCollection_DoubleMap.hxx
DescriptionOn Mandriva 2006 Linux gcc 4.0.1 reports an error on line 55: myValue identifier
is undeclared here.

Instead of:

return myValue;

it is necessary to write:

return this->Value();

See NCollection_Map and other classes that use NCollection_TListNode class.
TagsNo tags attached.
Test case number

Relationships

duplicate of 0020825 closedbugmaster Errors during compilation for new version of WOK 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2011-08-02 11:23 bugmaster Category OCCT:FDC => OCCT:Foundation Classes
2012-10-26 18:44 abv Relationship added duplicate of 0020825
2012-10-26 18:45 abv Status new => closed
2012-10-26 18:45 abv Resolution open => duplicate
2012-10-26 18:45 abv Fixed in Version EMPTY => 6.3.1