mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Fix for 'using static' namespace search inside namespace declarations
This commit is contained in:
parent
723f17f139
commit
f0bafae177
8 changed files with 53 additions and 11 deletions
|
@ -1528,6 +1528,12 @@ T* BfNodeDynCastExact(BfAstNode* node)
|
|||
return canCast ? (T*)node : NULL;
|
||||
}
|
||||
|
||||
struct BfExteriorNode
|
||||
{
|
||||
BfSizedArray<BfNamespaceDeclaration*> mNamespaceNodes;
|
||||
BfAstNode* mNode;
|
||||
};
|
||||
|
||||
BfIdentifierNode* BfIdentifierCast(BfAstNode* node);
|
||||
BfAstNode* BfNodeToNonTemporary(BfAstNode* node);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue