mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 07:13:14 +00:00
Disable #raw_union constants for the time being
This commit is contained in:
@@ -2541,7 +2541,8 @@ gb_internal bool is_type_raw_union_constantable(Type *type) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
// return true;
|
||||
return false; // Disable raw union constants for the time being
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user