← Back to events
ActiveAIRelease

viable/strict/1787660889: Remove unused typelist constructs from TypeList.h (#194352)

What happened

These constructs in torch/headeronly/util/TypeList.h have zero in-tree users outside their own unit test: filter , count_if , map , last , reverse , find_if , map_types_to_values (and its detail::type_ helper), and false_higher_t (only used by find_if 's error case). Removed together with the matching unit-test sections, the torch::headeronly re-export entries, and their torch/header_only_apis.txt entries. take / dr…

Summary assembled by rule from the sources below

Why it's spreading

Sources