Skip to content

Fix for build error with boost::prior #31

Open
@arn13

Description

According to this issue boost::prior has bee moved. This leads to an error when trying to build the package:

error: ‘prior’ is not a member of ‘boost’; did you mean ‘boost::mpl::prior’?
  144 |        k.construct_segment_3_object()(*pts.begin(), *boost::prior(pts.end())));
      |                                      

The fix mentioned in the issue above works to resolve this error.

#include <boost/next_prior.hpp> has to be added into Plane_3_Triangle_3_intersection.h

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions