ess-dmsc / h5cpp

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

Issue 651: add include for ssize_t on clang 15 #652

Closed amues closed 5 months ago

amues commented 5 months ago

Fixes build on macOS after compiler upgrade.

yuelongyu commented 5 months ago

@amues Windows-2022 doesn't work. There is an issue when building boost on VS-2022 in conan environment. We've encountered same problem in another project (libpninexus) last week. What we did was using Windows-2019 (VS-2019) instead.