[libcxx-commits] [PATCH] D120466: [libc++] Granularize <utility> includes
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 2 14:50:10 PST 2022
var-const added inline comments.
================
Comment at: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple.include.ranges.pass.cpp:20
// Note: make sure to not include `<utility>` (or any other header including `<utility>`) because it also makes some
-// tuple specializations available, thus obscuring whether the `<ranges>` includes work correctly.
----------------
Looks like this line needs to be restored as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120466/new/
https://reviews.llvm.org/D120466
More information about the libcxx-commits
mailing list