[NFC][libc++] Removes no longer existing define.

_LIBCPP_HAS_NO_INCOMPLETE_FORMAT has been removed from libc++ for a
while now.
This commit is contained in:
Mark de Wever 2023-08-19 14:06:42 +02:00
parent eac0b67ed1
commit f471b4975f

View File

@ -51,7 +51,7 @@ export namespace std {
using std::chrono::round;
// [time.duration.io], duration I/O
#if !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT) && !defined(_LIBCPP_HAS_NO_LOCALIZATION)
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
using std::chrono::operator<<;
#endif
// using std::chrono::from_stream;