mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +03:00
Assert that dictionary.h does not include String, and that neither of the fundamental containers include Object.
This commit is contained in:
@@ -30,8 +30,9 @@
|
||||
|
||||
#include "ustring.h"
|
||||
|
||||
STATIC_ASSERT_INCOMPLETE_TYPE(class, Dictionary);
|
||||
STATIC_ASSERT_INCOMPLETE_TYPE(class, Array);
|
||||
STATIC_ASSERT_INCOMPLETE_TYPE(class, Dictionary);
|
||||
STATIC_ASSERT_INCOMPLETE_TYPE(class, Object);
|
||||
|
||||
#include "core/crypto/crypto_core.h"
|
||||
#include "core/math/color.h"
|
||||
|
||||
Reference in New Issue
Block a user