mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 09:03:54 +00:00
c10ac6cf1f
The current C++14 constexpr signatures don't require relaxed constexpr, but only `auto` return type deduction. To get around this in C++11, the type caster's `name()` static member functions are turned into `static constexpr auto` variables. |
||
---|---|---|
.. | ||
pybind11 |