mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
e5fdbcc9da
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.