seung-lab / zmesh

Marching Cubes & Mesh Simplification on multi-label 3D images.
GNU General Public License v3.0
59 stars 8 forks source link

Remove zi_lib Dependency on Boost #36

Closed william-silversmith closed 1 year ago

william-silversmith commented 2 years ago

I think most of the time Boost is needed it was to supplement future additions to the standard library (when ZI_NO_BOOST is specified, tr1 is used, but tr1 is also too old). Most of this can be done via the standard library now since c++11.

william-silversmith commented 1 year ago

done!