[libcxx-commits] [libcxx] 508d7dd - [libc++] Remove stray #undef

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 8 13:35:08 PST 2022


Author: Louis Dionne
Date: 2022-03-08T16:34:28-05:00
New Revision: 508d7dd2a2ef5279a29dd53255a25447fa9bfbcf

URL: https://github.com/llvm/llvm-project/commit/508d7dd2a2ef5279a29dd53255a25447fa9bfbcf
DIFF: https://github.com/llvm/llvm-project/commit/508d7dd2a2ef5279a29dd53255a25447fa9bfbcf.diff

LOG: [libc++] Remove stray #undef

I think that was left after we removed _CONSTEXPR_TERNARY based on a
review comment -- the #undef was never removed.

Added: 
    

Modified: 
    libcxx/include/__ranges/join_view.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__ranges/join_view.h b/libcxx/include/__ranges/join_view.h
index 395e5c7ece5a6..49ebf965c3aaf 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


        


More information about the libcxx-commits mailing list