pymumu / tinylog

A lightweight C, C++ logging library developed for Linux, It is designed with high performance, asynchronized, thread-safe and process-safe; tinylog是一个专为UNIX设计的轻量级的C/C++日志模块,其提供了高性能,异步,线程安全,进程安全的日志功能。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile error in example

jesson3264 opened this issue · comments

tlog.h:191:11: error: expected nested-name-specifier before ‘Stream’

Compile with c++11 or above.