We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d20709 commit f157898Copy full SHA for f157898
src/entt/config/config.h
@@ -50,6 +50,8 @@
50
# define ENTT_ASSERT_CONSTEXPR(condition, msg) ENTT_ASSERT(condition, msg)
51
#endif
52
53
+#define ENTT_FAIL(msg) ENTT_ASSERT(false, msg);
54
+
55
#ifdef ENTT_NO_ETO
56
# define ENTT_ETO_TYPE(Type) void
57
#else
0 commit comments