mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
850b4d990c
IWYU sometimes thinks that `cmCMakeLanguageCommand.cxx` mentions this type and suggests including `<type_traits>` for it. The type is only used internally by standard library functions. Work around the problem by mapping the offending name to a file that we always include.