diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-30 05:56:05 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-02 02:09:36 +0800 |
commit | 8e1aae2e1a5c47fe11b5e17e670fcbb09ebda365 (patch) | |
tree | 86c8423bdaefdbcf3279c778b219e8fc84f85d88 /docs/frequently-asked-questions.rst | |
parent | f787ecae5a0186bb19a99ac8577123700b0c93a7 (diff) | |
download | dexon-solidity-8e1aae2e1a5c47fe11b5e17e670fcbb09ebda365.tar.gz dexon-solidity-8e1aae2e1a5c47fe11b5e17e670fcbb09ebda365.tar.zst dexon-solidity-8e1aae2e1a5c47fe11b5e17e670fcbb09ebda365.zip |
Document gas/value modifiers with overloading
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r-- | docs/frequently-asked-questions.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 694b28d5..8fd0c041 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -441,16 +441,6 @@ The correct way to do this is the following:: } } -Is it possible to send a value while calling an overloaded function? -==================================================================== - -It's a known missing feature. https://www.pivotaltracker.com/story/show/92020468 -as part of https://www.pivotaltracker.com/n/projects/1189488 - -Best solution currently see is to introduce a special case for gas and value and -just re-check whether they are present at the point of overload resolution. - - ****************** Advanced Questions ****************** |