mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
Value stuff compiles/links with lots of placeholder functions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "yaml-cpp/value/value.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
YAML::Value value;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user