Benjamin
Benjamin
Hi, I came across an issue with alias'. This snippet ```cpp #include PYBIND11_MODULE(foo, m) { struct Color { int value; }; pybind11::class_(m, "Color") .def_readwrite("value", &Color::value); m.attr("Colour") = m.attr("Color"); } ```...
**Description** Concatenation in `port map` with arrays doesn't work. **Expected behaviour** It to work. **How to reproduce?** ```vhd :file: test.vhd library IEEE; use IEEE.STD_LOGIC_1164.all; entity test_ent is port ( vec...
As the bindings are not feature complete one may need to extend them for their specific use. A very good starting point is incorporating automatically generated bindings ([parsed.zip](https://github.com/HaarigerHarald/geant4_pybind/files/8040433/parsed.zip)) from a...
#### PR description: * The step-1 menu (from @jheikkil) * Usage of `std::map` as `P2GTAlgoBlock` container * Vertex dZ cuts * m/dR cuts * 3-body cuts (invariant + transvers mass)...