mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
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.
9.0 KiB
9.0 KiB