test: minor changes
This commit is contained in:
@@ -54,6 +54,7 @@ struct not_copyable {
|
||||
|
||||
struct not_movable {
|
||||
not_movable() = default;
|
||||
|
||||
not_movable(const not_movable &) = default;
|
||||
not_movable(not_movable &&) = delete;
|
||||
|
||||
|
||||
@@ -74,9 +74,6 @@ struct create_from_constructor {
|
||||
}
|
||||
}
|
||||
|
||||
create_from_constructor(create_from_constructor &&other) noexcept = default;
|
||||
create_from_constructor &operator=(create_from_constructor &&other) noexcept = default;
|
||||
|
||||
entt::entity child;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user