mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add proper warning for fixed point types
This commit is contained in:
parent
4acc552e66
commit
09ef3d8e72
@ -186,7 +186,9 @@ number of bytes, always use one of ``bytes1`` to ``bytes32`` because they are mu
|
||||
Fixed Point Numbers
|
||||
-------------------
|
||||
|
||||
**COMING SOON...**
|
||||
.. warning::
|
||||
Fixed point numbers are not fully supported by Solidity yet. They can be declared, but
|
||||
cannot be assigned to or from.
|
||||
|
||||
.. index:: address, literal;address
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user