Skip to content

Compilation issue with QPointF_compare

Pablo Botas requested to merge PabloBotas/plastimatch:master into master

After pulling from the main repository master branch and trying to recompile, an error occurs. When using the std::sort function on a std::vector<QPointF> v, it requires the custom comparing function to have [+const QPointF&+] as input parameters, not [-QPointF&-].

I'm not sure if anyone else had these compilation problems or why I had them.

Merge request reports