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
1e6877043e4d56f86a780a075ef582f17d7f14ed
1e6877043e4d56f86a780a075ef582f17d7f14ed
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
Jesse 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
;
}