pcl
pcl copied to clipboard
[openNURBS] Update optimizer workaround condition from upstream
Backport condition from upstream https://github.com/mcneel/opennurbs/blob/v8.12.24282.07001/opennurbs_lookup.cpp#L742-L743
Related
- #5463
- #6143
Hi, so the main difference is that with this PR, there is no upper MSVC version for which optimizations are not turned off any more. On the one hand this is reasonable because we do not actually know right now when the problem will be fixed in MSVC, but on the other hand we would have to remember to come back to this file and set the upper version in the future. @larshg Thoughts?
I don't have any strong opinion - but I think I would just leave it as is. Then we at least get "reminders" whenever one update Visual Studio.
What about plus 10, just like https://github.com/PointCloudLibrary/pcl/pull/5463
Just ping.