Changes between Version 3 and Version 4 of Ticket #62


Ignore:
Timestamp:
Nov 22, 2007, 5:04:52 PM (17 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62 – Description

    v3 v4  
    11While building latest GEOS CVS, VC++ reports following warning:
    22
    3 d:__projectsgeos_cvsgeossourceheadersgeosgeomcoordinate.h(29) : warning C4099: 'geos::geom::CoordinateLessThen' : type name first seen using 'class' now seen using 'struct'
     3d: projectsgeos_cvsgeossourceheadersgeosgeomcoordinate.h(29) : warning C4099: 'geos::geom::CoordinateLessThen' : type name first seen using 'class' now seen using 'struct'
    44
    55As I see, geos::geom::CoordinateLessThen is declared as struct but also used in forward declaration but with class, in file IsSimpleOp.h.