mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-14 10:10:47 +00:00
Explicitly specify the 4th template parameter in the single-factory partial specialization of `factory` to disambiguate it from the dual-factory specialization when compiled with nvcc + GCC 14. Fixes #5565. Co-authored-by: Oz <oz-agent@warp.dev>