llvm-project
39dba7b3 - [libc++] Fix module builds for `<__algorithm/unwrap_range.h>` (#179887)

Commit
82 days ago
[libc++] Fix module builds for `<__algorithm/unwrap_range.h>` (#179887) 3a653afd45709432181952c0ffdb53eceb0939ae removed the inclusion of `<__utility/declval.h>` from `<__algorithm/unwrap_range.h>`. However, `unwrap_range.h` still needs to use `std::declval`. So we should restore the inclusion. The building failure with Clang modules was already caught by CI.
Parents
Loading