modify something

This commit is contained in:
CupWater
2026-08-19 09:00:28 +08:00
parent c7d4b87d3e
commit d65184f678
9 changed files with 66 additions and 40 deletions
+6 -2
View File
@@ -27,8 +27,12 @@
#endif
#ifndef _NODISCARD
#define _NODISCARD [[nodiscard]]
#ifndef NODISCARD
# ifdef _NODISCARD
# define NODISCARD _NODISCARD
# else
# define NODISCARD [[nodiscard]]
# endif
#endif
#endif