[libcxx-commits] [libcxx] [libc++] Re-enable Clang-tidy checks in the CI (PR #110026)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 2 11:26:15 PST 2024
================
@@ -998,7 +998,6 @@ constexpr chrono::year operator ""y(unsigned lo
# include <cstdint>
# include <stdexcept>
# include <string_view>
-# include <vector>
----------------
ldionne wrote:
It triggers a duplicate include warning with the one in the `_LIBCPP_STD_VER <= 20` block below.
https://github.com/llvm/llvm-project/pull/110026
More information about the libcxx-commits
mailing list