Changes between Initial Version and Version 1 of Ticket #6021, comment 3


Ignore:
Timestamp:
Feb 5, 2012, 11:39:20 AM (11 years ago)
Author:
Barend Gehrels

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6021, comment 3

    initial v1  
    11Right, append was there but missing in the multi.hpp. Fixed, thanks.
     2Note also that it is now necessary to include point_xy:
     3
     4
     5{{{
     6#include <boost/geometry/geometries/point_xy.hpp>
     7
     8}}}