mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
IWYU incorrectly classifies this internal STL type as not internal, and suggests including `<type_traits>` for it. Work around the problem by mapping the offending names to a file that we always include. See include-what-you-use issue 434.