maliput / maliput_py

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fixes clang build #80

Closed francocipollone closed 1 year ago

francocipollone commented 1 year ago

🦟 Bug fix

Fixes #

Summary

Fixes scan build run and clang compilation.

/usr/include/pybind11/pybind11.h:1008:9: error: no matching function for call to 'operator delete'
        ::operator delete(p, s, std::align_val_t(a));

Checklist

francocipollone commented 1 year ago

https://github.com/pybind/pybind11/issues/1604

francocipollone commented 1 year ago

Going in and retriggering CI in maliput infra.