mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-26 15:12:01 +00:00
7d46c6f60d
`is_template_base_of<T>` fails when `T` is `const` (because its implementation relies on being able to convert a `T*` to a `Base<U>*`, which won't work when `T` is const). (This also agrees with std::is_base_of, which ignores cv qualification.) |
||
---|---|---|
.. | ||
pybind11 |