g++: Fix compilation issue with templates in g++.
This commit is contained in:
parent
1056110c30
commit
222457054e
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ protected:
|
||||||
TInputScanner* currentScanner;
|
TInputScanner* currentScanner;
|
||||||
int numErrors; // number of compile-time errors encountered
|
int numErrors; // number of compile-time errors encountered
|
||||||
bool parsingBuiltins; // true if parsing built-in symbols/functions
|
bool parsingBuiltins; // true if parsing built-in symbols/functions
|
||||||
TUnorderedMap<TString, TExtensionBehavior> extensionBehavior; // for each extension string, what its current behavior is set to
|
TMap<TString, TExtensionBehavior> extensionBehavior; // for each extension string, what its current behavior is set to
|
||||||
static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSamplerTypeIndex()
|
static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSamplerTypeIndex()
|
||||||
TPrecisionQualifier defaultSamplerPrecision[maxSamplerIndex];
|
TPrecisionQualifier defaultSamplerPrecision[maxSamplerIndex];
|
||||||
bool afterEOF;
|
bool afterEOF;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue