Undo r337593 (commenting out of timespec_get in libc++'s <ctime>
header), now that r337576 added that function. PR: 230400
This commit is contained in:
parent
e35e6a3d71
commit
e884210238
@ -74,7 +74,7 @@ using ::localtime;
|
|||||||
#endif
|
#endif
|
||||||
using ::strftime;
|
using ::strftime;
|
||||||
#if _LIBCPP_STD_VER > 14 && defined(_LIBCPP_HAS_C11_FEATURES)
|
#if _LIBCPP_STD_VER > 14 && defined(_LIBCPP_HAS_C11_FEATURES)
|
||||||
//using ::timespec_get;
|
using ::timespec_get;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_LIBCPP_END_NAMESPACE_STD
|
_LIBCPP_END_NAMESPACE_STD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user