Commit c10ac6cf authored by Dean Moldovan's avatar Dean Moldovan
Browse files

Make it possible to generate constexpr signatures in C++11 mode

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.
parent f94d7598
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment