mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
needed this one string of notation
This commit is contained in:
parent
953e92b6f5
commit
93114949a3
@ -306,6 +306,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
// extractUnsigned provides a safe way to extract numbers,
|
// 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
|
// 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)
|
// 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
|
// then a 1 is thrown to purposely ensure that it will declare itself as an identifier
|
||||||
|
Loading…
Reference in New Issue
Block a user