Changes between Initial Version and Version 7 of Ticket #61


Ignore:
Timestamp:
Nov 21, 2007, 3:15:50 PM (16 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61

    • Property Status closedreopened
    • Property Reporter changed from mateusz@… to mloskot
    • Property Version 3.0.0svn-trunk
    • Property Milestone imported
    • Property Resolution none
  • Ticket #61 – Description

    initial v7  
    1 {{{
    21This is a very simple solution for ambiguous symbols introduced in report:
     2
    33#57 - Class naming changes proposal
    44
    55As we talked today with strk, the #57 requires wider discussion,
    66so for now I suggest to use simple solution - qualified name like:
     7
     8{{{
    79using namespace geos;
    810//...
    911geom::Polygon
     12}}}
    1013
    1114Example of error send by VC++ 8.0:
     15{{{
    1216error C2872: 'Polygon' : ambiguous symbol       geossourceoperationpredicateRectangleIntersects.cpp 131
     17}}}
    1318
    1419Simple fix is in the patch attached to this report.
    15 }}}