Opened 18 years ago

Last modified 15 years ago

#62 closed defect (fixed)

Is geos::geom::CoordinateLessThen declared with struct or class?

Reported by: mloskot Owned by: strk@…
Priority: major Milestone:
Component: Core Version: main
Severity: Content Keywords: imported, phpbugtracker
Cc:

Description (last modified by mloskot)

While building latest GEOS CVS, VC++ reports following warning:

d:\projects\geos\_cvs\geos\source\headers\geos\geomcoordinate.h(29)
 : warning C4099: 'geos::geom::CoordinateLessThen' : 
type name first seen using 'class' now seen using 'struct'

As I see, geos::geom::CoordinateLessThen is declared as struct but also used in forward declaration but with class, in file IsSimpleOp.h.

I'd suggest to make those declarations consistent.

Change History (7)

comment:1 by strk@…, 18 years ago

Resolution: nonefixed

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported3.0.0
Priority: 1major
Reporter: changed from mateusz@… to mloskot
Severity: AnnoyanceContent
Version: 3.0.0svn-trunk

comment:3 by mloskot, 16 years ago

Description: modified (diff)

comment:4 by mloskot, 16 years ago

Description: modified (diff)

comment:5 by mloskot, 16 years ago

Description: modified (diff)

comment:6 by mloskot, 16 years ago

Description: modified (diff)

comment:7 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.