mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
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>