mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 21:25:13 +00:00
706a7d96bd
ICC was reporting that `try_direct_conversions()` cannot be `constexpr` because `handle` is not a literal type. The fix removes `constexpr` from the function since it isn't strictly needed. This commit also suppresses new false positive warnings which mostly appear in constexpr contexts (where the compiler knows conversions are safe). |
||
---|---|---|
.. | ||
pybind11 |