[libc++] Remove stray #undef

I think that was left after we removed _CONSTEXPR_TERNARY based on a
review comment -- the #undef was never removed.
This commit is contained in:
Louis Dionne 2022-03-08 16:34:28 -05:00
parent a49bf0ac38
commit 508d7dd2a2
1 changed files with 0 additions and 2 deletions

View File

@ -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