Files
Neeraj611 aa5360b9ea fix: resolve C++26 template ambiguity for std::complex (#1278)
In C++26, std::complex gained a tuple interface (P2819R2), causing
template specialization ambiguity in type_count and type_count_min.

This change explicitly excludes is_complex from tuple-like template
specializations, ensuring complex types are handled only by their
dedicated specializations.

Fixes #1098

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-02 10:07:31 -08:00
..