Commit 51490784 authored by Kenton Varda's avatar Kenton Varda

Merge branch 'master' of github.com:kentonv/capnproto

parents cc9459da aa0f575b
...@@ -735,6 +735,7 @@ void DynamicStruct::Builder::adopt(StructSchema::Field field, Orphan<DynamicValu ...@@ -735,6 +735,7 @@ void DynamicStruct::Builder::adopt(StructSchema::Field field, Orphan<DynamicValu
orphan.getType() == DynamicValue::LIST || orphan.getType() == DynamicValue::LIST ||
orphan.getType() == DynamicValue::TEXT || orphan.getType() == DynamicValue::TEXT ||
orphan.getType() == DynamicValue::DATA || orphan.getType() == DynamicValue::DATA ||
orphan.getType() == DynamicValue::CAPABILITY ||
orphan.getType() == DynamicValue::ANY_POINTER, orphan.getType() == DynamicValue::ANY_POINTER,
"Value type mismatch.") { "Value type mismatch.") {
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment