mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fleshing out comptime debugging
This commit is contained in:
parent
ff2e40e3bf
commit
b334423106
28 changed files with 2079 additions and 780 deletions
|
@ -752,7 +752,7 @@ public:
|
|||
|
||||
bool IsNoValueType() const
|
||||
{
|
||||
return (mKind == BfTypedValueKind_NoValue);
|
||||
return (mKind == BfTypedValueKind_NoValue) && (mType != NULL);
|
||||
}
|
||||
|
||||
bool IsParams()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue