Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
Core: Replace `_NO_DISCARD_` macro with `[[nodiscard]]`
This commit is contained in:
commit
b9038501db
18 changed files with 18 additions and 23 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue