mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-17 17:29:02 +02:00
fixes #427 :: Upgrade to DMDFE 1.059+1.060 patch; thanks to SiegeLord
This commit is contained in:
@@ -891,6 +891,9 @@ void VarDeclaration::semantic(Scope *sc)
|
||||
else if (storage_class & STCtemplateparameter)
|
||||
{
|
||||
}
|
||||
else if (storage_class & STCctfe)
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
AggregateDeclaration *aad = sc->anonAgg;
|
||||
|
||||
Reference in New Issue
Block a user