Charles Li
Results
2
issues of
Charles Li
(v3.0.1) ``` std::istringstream is("123 2020.12.11T09:11:12.123"); is >> integer_a >> date::parse("%Y.%m.%dT%H:%M:%S", timepoint); ``` This will fail to extract time from the stream. Maybe it is more consistent with the current behavior...
is the following grammar correct? ``` "cpplint.filters": [ "-legal/copyright" ], ```