needed this one string of notation

This commit is contained in:
RJ Catalano
2016-03-11 17:49:32 +01:00
committed by chriseth
parent 953e92b6f5
commit 93114949a3
+1
View File
@@ -306,6 +306,7 @@ public:
private:
// extractUnsigned provides a safe way to extract numbers,
// if out_of_range error is thrown, they returns 0s, therefore securing
// the variable's identity as an identifier. If an invalid conversion
// error is thrown (usually in the case of grabbing N from a fixed type)
// then a 1 is thrown to purposely ensure that it will declare itself as an identifier