constantinpape / z5

Lightweight C++ and Python interface for datasets in zarr and N5 format
MIT License
110 stars 27 forks source link

fix problem when compiling with c++20 #227

Closed senbaikang closed 5 months ago

senbaikang commented 5 months ago

The package can now be compiled with c++20. Compling with standards before 20 is not affected.