Closed jsallay closed 2 years ago
Clang is stricter than gcc when it comes to implementing the standards. Specifically here:
Also, there is a bug with clang and pybind11 that was fixed in a recent version. Add a version check to the meson.build with a workaround.
This should close out https://github.com/gnuradio/pmt/issues/57 and https://github.com/gnuradio/pmt/issues/58
Clang is stricter than gcc when it comes to implementing the standards. Specifically here:
Also, there is a bug with clang and pybind11 that was fixed in a recent version. Add a version check to the meson.build with a workaround.