mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 21:25:13 +00:00
9c6859ee6e
Type alias for alias classes with members didn't work properly: space was only allocated for sizeof(type), but if we want to be able to put a type_alias instance there, we need sizeof(type_alias), but sizeof(type_alias) > sizeof(type) whenever type_alias has members. |
||
---|---|---|
.. | ||
pybind11 |