Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_

Core: Replace `_NO_DISCARD_` macro with `[[nodiscard]]`
This commit is contained in:
Rémi Verschelde 2024-06-25 10:01:39 +02:00
commit b9038501db
No known key found for this signature in database
GPG key ID: C3336907360768E1
18 changed files with 18 additions and 23 deletions

View file

@ -39,7 +39,7 @@ struct Basis;
struct Vector2;
struct Vector3i;
struct _NO_DISCARD_ Vector3 {
struct [[nodiscard]] Vector3 {
static const int AXIS_COUNT = 3;
enum Axis {