mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 02:09:03 +08:00
std::move here inhibits copy elison, remove.
This commit is contained in:
parent
510ba4eda4
commit
c2aa7e7b3b
@ -462,7 +462,7 @@ Pointf3s TriangleMesh::normals() const
|
|||||||
} else {
|
} else {
|
||||||
Slic3r::Log::warn("TriangleMesh", "normals() requires repair()");
|
Slic3r::Log::warn("TriangleMesh", "normals() requires repair()");
|
||||||
}
|
}
|
||||||
return std::move(tmp);
|
return tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
Pointf3 TriangleMesh::size() const
|
Pointf3 TriangleMesh::size() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user