From 508d7dd2a2ef5279a29dd53255a25447fa9bfbcf Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 8 Mar 2022 16:34:28 -0500 Subject: [PATCH] [libc++] Remove stray #undef I think that was left after we removed _CONSTEXPR_TERNARY based on a review comment -- the #undef was never removed. --- libcxx/include/__ranges/join_view.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcxx/include/__ranges/join_view.h b/libcxx/include/__ranges/join_view.h index 395e5c7ece5a..49ebf965c3aa 100644 --- a/libcxx/include/__ranges/join_view.h +++ b/libcxx/include/__ranges/join_view.h @@ -341,8 +341,6 @@ namespace ranges { } // namespace ranges -#undef _CONSTEXPR_TERNARY - #endif // !defined(_LIBCPP_HAS_NO_CONCEPTS) && !defined(_LIBCPP_HAS_NO_INCOMPLETE_RANGES) _LIBCPP_END_NAMESPACE_STD