akuukka / quickhull

C++ implementation of the 3D QuickHull algorithm
265 stars 51 forks source link

MSVC building changes #9

Closed starseeker closed 5 years ago

akuukka commented 5 years ago

Can't merge this, because there's way too much performance penalty from moving to shared_ptr. Moreover, MSVC2013 is getting more and more irrelevant each day.

starseeker commented 5 years ago

Fair enough - at some point I'll try with a newer MSVC and see if they've changed the behavior.