Refactored package_trait iterators

This commit is contained in:
Bartek Kryza
2022-02-17 19:51:37 +01:00
parent 8951e7f28c
commit 2ff7de1d85
5 changed files with 49 additions and 29 deletions

View File

@@ -159,7 +159,7 @@ DiagramModel generate(cppast::libclang_compilation_database &db,
for (auto &file : parser.files())
ctx(file);
return d;
return std::move(d);
}
}