Fix various core types to be trivially constructible as properly POD-type

This commit is contained in:
Wojtek Figat
2023-07-18 18:20:11 +02:00
parent 872509df2a
commit b2b10ce7da
19 changed files with 20 additions and 61 deletions

View File

@@ -83,9 +83,7 @@ public:
/// <summary>
/// Empty constructor.
/// </summary>
Matrix()
{
}
Matrix() = default;
/// <summary>
/// Initializes a new instance of the <see cref="Matrix"/> struct.