apavlenko / vmf

http://01org.github.io/vmf/
Apache License 2.0
0 stars 3 forks source link

MetadataDesc constructor adds unnamed ReferenceDesc to class field even if it already exists. #38

Closed anna-khakimova closed 8 years ago

anna-khakimova commented 8 years ago
    const std::string& sMetadataName,
    const std::vector< FieldDesc >& vFields,
    const std::vector<std::shared_ptr<ReferenceDesc>>& vRefs)

constructor adds empty ReferenceDesc to class field even if it already exists in vRefs.

apavlenko commented 8 years ago

fixed in #45