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:
Dimitry Andric 2018-08-11 20:08:25 +00:00
parent e35e6a3d71
commit e884210238

View File

@ -74,7 +74,7 @@ using ::localtime;
#endif
using ::strftime;
#if _LIBCPP_STD_VER > 14 && defined(_LIBCPP_HAS_C11_FEATURES)
//using ::timespec_get;
using ::timespec_get;
#endif
_LIBCPP_END_NAMESPACE_STD