First off, a big thanks to the people behind the new boost::geometry library! This question replaces an earlier one which I have now split into two as two separate issues have become clearer.
I have a simple DLL doing some calculations with Boost Geometry polygons. (Mostly intersections and differences.) Since the DLL will be most likely called from C# code, and from Delphi and who knows f
Now i\'m analyzing polygon example in boost geometry 开发者_运维知识库 http://geometrylibrary.geodan.nl/03_polygon_example_8cpp-example.html
I have the following: for (var i = 0; i < children.length; i++){ if(hasClass(children[i], \"lbExclude\")){