/* Copyright 2021-2022 The WarpX Community * * This header is used to centrally define classes that shall not violate the * C++ one-definition-rule (ODR) for various Python translation units. * * Authors: Axel Huebl * License: BSD-3-Clause-LBNL */ #include #include #include #include #include #include namespace py = pybind11; //using namespace warpx; // PYBIND11_MAKE_OPAQUE(std::list<...>)