id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9386,Compilation error with polygon and multi_array,voodooattack@…,Andrii Sydorchuk,"With this piece of code: {{{ #include #include int main() { typedef boost::polygon::polygon_45_with_holes_data polygon; typedef boost::polygon::polygon_traits::point_type point; point centroid; polygon poly; boost::polygon::center(c.centroid, c.poly); } }}} If you include the headers in the following order: {{{ #include #include }}} ..it breaks, if you reverse them it works: {{{ #include #include }}}",Bugs,closed,Boost 1.56.0,polygon,Boost 1.54.0,Problem,fixed,polygon multi_array,