mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Compiles/links assignment to string
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
int main()
|
||||
{
|
||||
YAML::Value value;
|
||||
value = "Hello";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user