mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -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.