Don't rely on *stream libray to polyfill strptime on Windows
Open
- Dominant language
- C++
- Stars
- 654
- Forks
- 178
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 6
Description
`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.
Contributor guide
Assessment
This issue has not been assessed yet.