mirror of
https://github.com/NGSolve/netgen.git
synced 2025-03-14 11:11:34 +05:00

Forward-declare pybind11::object and move implementation of Archive::Shallow() to new header python_ngcore.hpp All files using the Shallow/Python archive functionality must include core/python_ngcore.hpp. Missing includes result in link errors, due to missing instantiations of Archive::Shallow<T>();