View Issue Details

IDProjectCategoryView StatusLast Update
0014166Open CASCADEOCCT:Foundation Classespublic2012-01-13 12:27
ReporterptvAssigned To 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.2.0 
Summary0014166: NCollection_DataMap::Iteartor should have const method ::Key()
DescriptionNow NColleciton_DataMapIterator has method
   const theKeyType& Key(void)
 which is not constant.
It is proposed to replace them by constant
  const theKeyType& Key(void) const

BR, PTV.
Additional information
and documentation updates
Documentation remark, added by PTV 2007-01-25 09:45:56:

Changes:
Method Key() of NCollection_DataMap iterator become const
TagsNo tags attached.
Test case number

Attached Files

  • NCollection_DataMap.hxx (9,662 bytes)

Activities

2007-01-25 07:23

 

NCollection_DataMap.hxx (9,662 bytes)

Issue History

Date Modified Username Field Change
2007-01-25 11:35 bugmaster Assigned To bugmaster => ptv
2007-01-25 11:35 bugmaster Status new => assigned
2007-01-25 11:52 ptv Status assigned => resolved
2007-02-01 17:01 bugmaster Status resolved => tested
2007-07-04 12:32 bugmaster Status tested => closed
2007-07-04 12:32 bugmaster Resolution @0@ => fixed
2011-08-02 11:23 bugmaster Category OCCT:FDC => OCCT:Foundation Classes
2012-01-13 12:27 atp Assigned To ptv =>
2012-01-13 12:27 atp Description Updated
2012-01-13 12:27 atp Additional Information Updated
2012-01-13 12:27 atp Description Updated