fix(Model): check new component uuid wrt other actual uuids in a model#1267
fix(Model): check new component uuid wrt other actual uuids in a model#1267
Conversation
Cpp-Linter Report
|
| filename ); | ||
| } | ||
| OpenGeodeModelException::check_exception( new_uuid, nullptr, | ||
| OpenGeodeException::TYPE::internal, |
There was a problem hiding this comment.
I do not know how to decide if this is an internal or data error. This code cannot work because of its input parameters. Is it internal?
| ComponentPtr& item ) { | ||
| archive2.object( component_id ); | ||
| archive2.ext( | ||
| item, bitsery::ext::StdSmartPtr{} ); |
There was a problem hiding this comment.
missing bitsery/ext/std_smart_ptr.h include ?
No description provided.