mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #3426 from wbt/patch-1
Note deprecation of constant keyword on functions
This commit is contained in:
		
						commit
						3aaa5c4a35
					
				| @ -467,7 +467,7 @@ The following statements are considered modifying the state: | ||||
|     } | ||||
| 
 | ||||
| .. note:: | ||||
|   ``constant`` on functions is an alias to ``view``. | ||||
|   ``constant`` on functions is an alias to ``view``, but this is deprecated and is planned to be dropped in version 0.5.0. | ||||
| 
 | ||||
| .. note:: | ||||
|   Getter methods are marked ``view``. | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user