mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-01 06:46:34 +00:00
[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:
parent
eac0b67ed1
commit
f471b4975f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user