Compiles/links assignment to string

This commit is contained in:
beder
2011-09-07 00:20:23 -05:00
parent 74ffe6a61b
commit 555cfae28d
4 changed files with 6 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
int main()
{
YAML::Value value;
value = "Hello";
return 0;
}