main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
Showing only changes of commit 9a8bfe8dd3 - Show all commits

View File

@ -118,6 +118,7 @@ class Vector {
return std::is_nothrow_move_constructible_v<T>; return std::is_nothrow_move_constructible_v<T>;
} }
} }
public: public:
/** /**
* Create an empty vector. * Create an empty vector.