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
00e4a56d1597ffe3f4ed510b16a1cd43a8629ad5
00e4a56d1597ffe3f4ed510b16a1cd43a8629ad5
Switch branch/tag
yaml-cpp
util
value.cpp
Find file
Normal view
History
Permalink
value.cpp
101 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
#include "yaml-cpp/value/value.h"
int
main
()
{
YAML
::
Value
value
;
Compiles/links assignment to string
Jesse Beder
committed
Sep 07, 2011
6
value
=
"Hello"
;
Value stuff compiles/links with lots of placeholder functions
Jesse Beder
committed
Sep 07, 2011
7
8
9
return
0
;
}