Skip to content

TinyLog for Modern C++ version 1.1.1

Compare
Choose a tag to compare
@yanminhui yanminhui released this 28 May 15:13
· 28 commits to master since this release
  • 优化:重新调整代码结构, 支持针对不同槽定制布局;
  • 修正:wlout 拼写错误,layout using 错误导致在 VS2015 上编译不过;
  • 修正:wcstombs、mbstowcs 依赖全局 locale 可能导致在没有设置 locale 情况下无法正常工作;
  • 修正:std::cout 在 VS2015 的开发环境上,设置 locale 后无法正常工作;

提醒较上一版本代码结构发生重组!!!