Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
74ffe6a61b4c0d6749cfa7148ae7df0c7054fb61
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "85c1f7937781199203b38bb46325a2840f353a04"
74ffe6a61b4c0d6749cfa7148ae7df0c7054fb61
Switch branch/tag
yaml-cpp
util
value.cpp
Find file
Normal view
History
Permalink
value.cpp
83 Bytes
Edit
Web IDE
Newer
Older
Value stuff compiles/links with lots of placeholder functions
beder
committed
Sep 07, 2011
1
2
3
4
5
6
7
8
#include "yaml-cpp/value/value.h"
int
main
()
{
YAML
::
Value
value
;
return
0
;
}