Skip to content
  • Brad King's avatar
    IWYU: Add mappings for std::enable_if on chrono durations · 923b8fad
    Brad King authored
    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.
    923b8fad