You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::get_time will pull in the bulk of *stream library and increase the binary size of the final executable a lot.
I know this is a big ask for cctz team because strptime is very complicated to implement, but we have a requirement to not rely on *stream library for binary size concern.
The text was updated successfully, but these errors were encountered:
std::get_time
will pull in the bulk of*stream
library and increase the binary size of the final executable a lot.I know this is a big ask for cctz team because
strptime
is very complicated to implement, but we have a requirement to not rely on*stream
library for binary size concern.The text was updated successfully, but these errors were encountered: