-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1:修复检测结果为空时报错问题。2:优化yaml组件,让yaml组件支持gcc 4.8版本(centos7默认),增强引擎的跨平台编译能力。
- Loading branch information
zhanghaishan
committed
Jan 5, 2023
1 parent
a3ca3b1
commit ab6bf2c
Showing
5 changed files
with
3,262 additions
and
1,605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#pragma warning (disable: 4996) | ||
|
||
#include "featurelibrary.h" | ||
|
||
using namespace nlohmann; | ||
|
Oops, something went wrong.