Fix up README
This commit is contained in:
@@ -66,8 +66,6 @@ namespace jlog
|
||||
void error_spec(const std::string& message, const std::string& func, const std::string& file, int line);
|
||||
void fatal_spec(const std::string& message, const std::string& func, const std::string& file, int line);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#define INFO(i) jlog::info_spec(i, __PRETTY_FUNCTION__, __FILE__, __LINE__);
|
||||
|
Reference in New Issue
Block a user