diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-27 21:39:05 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-16 23:47:49 +0800 |
commit | 09ef3d8e72de27c38d86977077bb20480acbccca (patch) | |
tree | 59b84b499c4204b841b69d7528d50aa233ef075f /docs | |
parent | 4acc552e66204bf11aa274c97c973c856e87f8cd (diff) | |
download | dexon-solidity-09ef3d8e72de27c38d86977077bb20480acbccca.tar.gz dexon-solidity-09ef3d8e72de27c38d86977077bb20480acbccca.tar.zst dexon-solidity-09ef3d8e72de27c38d86977077bb20480acbccca.zip |
Add proper warning for fixed point types
Diffstat (limited to 'docs')
-rw-r--r-- | docs/types.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst index 287d7c0b..abf8bb17 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -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 |