Re: [geos-devel] RE: [postgis-devel] Geos Capi OverlayOp, overlayOp question

2008-09-17 Thread Mateusz Loskot
Obe, Regina wrote: > Mateusz, > >> Are you asking about the redundant "using" directive or about use of >> "using" directive in general? > > Mostly the redundant using. Regina, I have to correct my response. There is no redundant use of using directive in geos_c.cpp file. The first using (line

[geos-devel] Re: [postgis-devel] Geos Capi OverlayOp, overlayOp question

2008-09-17 Thread Mateusz Loskot
Obe, Regina wrote: > Mateusz, > >> Are you asking about the redundant "using" directive or about use of >> "using" directive in general? > > Mostly the redundant using. I wasn't sure if there was some mysterious > class I was missing. OK > I assume using in C++ plays the same role as it does in

[geos-devel] RE: [postgis-devel] Geos Capi OverlayOp, overlayOp question

2008-09-17 Thread Obe, Regina
Mateusz, > Are you asking about the redundant "using" directive or about use of > "using" directive in general? Mostly the redundant using. I wasn't sure if there was some mysterious class I was missing. I assume using in C++ plays the same role as it does in C#. Thanks, Regina

[geos-devel] Re: [postgis-devel] Geos Capi OverlayOp, overlayOp question

2008-09-17 Thread Mateusz Loskot
Obe, Regina wrote: > I'm still trying to understand the geos codebase and just C and C++ in > general, so forgive me if my questions seem naive. > > In the geos_c.cpp (both trunk and 3.0) - starting at line 92 > > I see this > using geos::operation::overlay::OverlayOp; > using geos::operation::o