A. Jiang 39dba7b354
[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.
2026-02-06 09:42:49 +08:00
..
2025-12-23 10:18:43 +01:00