ess-dmsc / h5cpp

C++ wrapper for the HDF5 C-library
https://ess-dmsc.github.io/h5cpp/
GNU Lesser General Public License v2.1
116 stars 19 forks source link

ssize_t unknown in macOS clang 15.0.0 build #651

Open amues opened 2 months ago

amues commented 2 months ago

Identified by @mortenjc:

In file included from (...)/h5cpp/src/h5cpp/core/iterator.cpp:26:
(...)/h5cpp/src/h5cpp/core/iterator.hpp:36:5: error: unknown type name 'ssize_t'; did you mean 'size_t'?