Skip to content

Commit f471b49

Browse files
committed
[NFC][libc++] Removes no longer existing define.
_LIBCPP_HAS_NO_INCOMPLETE_FORMAT has been removed from libc++ for a while now.
1 parent eac0b67 commit f471b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/modules/std/chrono.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export namespace std {
5151
using std::chrono::round;
5252

5353
// [time.duration.io], duration I/O
54-
#if !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT) && !defined(_LIBCPP_HAS_NO_LOCALIZATION)
54+
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
5555
using std::chrono::operator<<;
5656
#endif
5757
// using std::chrono::from_stream;

0 commit comments

Comments
 (0)