Skip to content

IWYU: Add more mappings for std::__decay_and_strip

Brad King requested to merge brad.king/cmake:iwyu-workaround into master

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.

Merge request reports