mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-18 03:17:05 +02:00
Don't resolve template instances that were instantiated inside static if or statis assert
This commit is contained in:
@@ -71,6 +71,7 @@ struct Scope
|
||||
int parameterSpecialization; // if in template parameter specialization
|
||||
int noaccesscheck; // don't do access checks
|
||||
int mustsemantic; // cannot defer semantic()
|
||||
int ignoreTemplates; // set if newly instantiated templates should be ignored when codegen'ing
|
||||
|
||||
unsigned callSuper; // primitive flow analysis for constructors
|
||||
#define CSXthis_ctor 1 // called this()
|
||||
|
||||
Reference in New Issue
Block a user