Merge branch 'main' into update-gfx-pipeline

This commit is contained in:
MihailRis
2025-06-28 14:18:53 +03:00
18 changed files with 409 additions and 118 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ dv::value Parser::parseObject(dv::value&& object, int indent) {
object[std::string(name)] = parseFullValue(indent);
skipEmptyLines();
}
return object;
return std::move(object);
}
dv::value yaml::parse(std::string_view filename, std::string_view source) {