Jack012a

Results 3 issues of Jack012a

``` https://stackoverflow.com/questions/4137748/c-converting-a-time-string-to-seconds-from-the-epoch #include "tz.h" #include #include int main() { std::istringstream is("2010-11-04T23:23:01Z"); is.exceptions(std::ios::failbit); date::sys_seconds tp; date::parse(is, "%FT%TZ", tp); std::cout

Hello, Is it possible that I can keep the old log without losing it after receiving a new message? Based on my observation, the default setting will wipe out the...

`ln -sf $BUILD_DIR/$BUILD_TYPE-cpp11/compile_commands.json` I believe this line is incorrect. Thank you