solve problems on cmake.

This commit is contained in:
eric 2020-06-26 22:15:37 +08:00
parent d7fa7cde37
commit d11f31cd02

View File

@ -27,9 +27,9 @@ namespace Net {
void printRed(string red_info);
void printInfo(const string& info, const string& tag = "");
void printInfo(const string& info, const string& tag);
void printInfoBuffer(const string& info, const string& tag = "");
void printInfoBuffer(const string& info, const string& tag);
void printInfoFormal(const string& title, initializer_list<FormalItem> body);
}