mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Core: Expand is_zero_constructible coverage
This commit is contained in:
@@ -95,3 +95,7 @@ public:
|
||||
NodePath() {}
|
||||
~NodePath();
|
||||
};
|
||||
|
||||
// Zero-constructing NodePath initializes data to nullptr (and thus empty).
|
||||
template <>
|
||||
struct is_zero_constructible<NodePath> : std::true_type {};
|
||||
|
||||
Reference in New Issue
Block a user