This website requires JavaScript.
Explore
Help
Sign In
loot
/
yaml-cpp
Watch
0
Star
0
Fork
0
mirror of
https://github.com/loot/yaml-cpp.git
synced
2026-07-27 14:13:42 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00e4a56d1597ffe3f4ed510b16a1cd43a8629ad5
yaml-cpp
/
util
/
value.cpp
T
10 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
Value stuff compiles/links with lots of placeholder functions
2011-09-07 00:12:24 -05:00
#include
"yaml-cpp/value/value.h"
int
main
()
{
YAML
::
Value
value
;
Compiles/links assignment to string
2011-09-07 00:20:23 -05:00
value
=
"Hello"
;
Value stuff compiles/links with lots of placeholder functions
2011-09-07 00:12:24 -05:00
return
0
;
}
Reference in New Issue
Copy Permalink