Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-03-09 00:34:28 +0300
committerLouis Dionne <ldionne.2@gmail.com>2022-03-09 00:34:28 +0300
commit508d7dd2a2ef5279a29dd53255a25447fa9bfbcf (patch)
tree6592fc30979dec29ad7cf3e0bf5cb6c3d7bd46d3 /libcxx
parenta49bf0ac381c456cdc3dcdf36378a361634f1123 (diff)
[libc++] Remove stray #undef
I think that was left after we removed _CONSTEXPR_TERNARY based on a review comment -- the #undef was never removed.
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/include/__ranges/join_view.h2
1 files changed, 0 insertions, 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