mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 01:10:34 +00:00
This puts the fold expressions behind the feature macro instead of a general C++17 macro. It also adds a fold expression optimization to constexpr_sum (guarded by the same feature macro).