Changes between Initial Version and Version 3 of Ticket #33


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33

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

    initial v3  
    1 {{{
    21In file geos/source/headers/geos/opBuffer.h,
    32static data members are incorrectly defined in-place for class OffsetCurveBuilder:
    43
     4{{{
    55static const double PI_OVER_2 = 1.570796326794895;
    66static const double MAX_CLOSING_SEG_LEN = 3.0;
     7}}}
    78
    89ISO C++ forbids in-place initialization of member
     
    1617
    1718Fix applied in attached patch
    18 }}}