This website requires JavaScript.
Explore
Help
Sign In
External
/
yaml-cpp
Watch
8
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
00e4a56d15
yaml-cpp
/
util
/
value.cpp
10 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
Value stuff compiles/links with lots of placeholder functions
2011-09-07 09:12:24 +04:00
#
include
"yaml-cpp/value/value.h"
int
main
(
)
{
YAML
:
:
Value
value
;
Compiles/links assignment to string
2011-09-07 09:20:23 +04:00
value
=
"
Hello
"
;
Value stuff compiles/links with lots of placeholder functions
2011-09-07 09:12:24 +04:00
return
0
;
}
Reference in New Issue
Copy Permalink