humblelogging icon indicating copy to clipboard operation
humblelogging copied to clipboard

Fixes deprecated syscall issue on macOS 10.12 [#23](https://github.com/mfreiholz/humblelogging/issues/23)

Open sandboxgod opened this issue 5 years ago • 1 comments

…m/mfreiholz/humblelogging/issues/23)

  • Visual Studio 2015 adds support for %zu (see change in src/formatter/patternformatter.cpp)
  • I recommend storing the ThreadID as size_t or an equivalent since that appears to be the popular approach

sandboxgod avatar Oct 24 '18 15:10 sandboxgod