id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
45,Rename enum elements INSERT/DELETE,mloskot,strk@refractions.net,"I suggest to rename anonymous enums elements e.g. in SweepLineEvent class currently defined as
{{{
enum {
   INSERT = 1,
   DELETE
};
}}}

to read as

{{{
enum {
   INSERT_EVENT = 1,
   DELETE_EVENT
};
}}}

This change will help to avoid potential problems on Windows where system header <winnt.h> defines DELETE macro. Currently, this change is required to make GEOS compilable using VC++ 8.0 for Windows CE.

Fixed in patch attached",defect,closed,major,,Core,svn-trunk,Content,fixed,"imported,phpbugtracker",
