add back std::strftime

This commit is contained in:
Jeeyong Um
2019-08-02 04:13:39 +00:00
parent af111712b9
commit 862fc60835
-4
View File
@@ -44,10 +44,6 @@
#pragma clang diagnostic ignored "-Wsign-conversion"
#endif
extern "C" void eosio_assert(bool, const char*);
size_t strftime(char*, size_t, const char*, const struct tm*) { eosio_assert(false, "strftime called"); }
size_t strftime_l(char*, size_t, const char*, const struct tm*, locale_t) { eosio_assert(false, "strftime_l called"); }
_LIBCPP_BEGIN_NAMESPACE_STD
struct __libcpp_unique_locale {