aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-30 05:56:05 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-09-02 02:09:36 +0800
commit8e1aae2e1a5c47fe11b5e17e670fcbb09ebda365 (patch)
tree86c8423bdaefdbcf3279c778b219e8fc84f85d88 /docs/frequently-asked-questions.rst
parentf787ecae5a0186bb19a99ac8577123700b0c93a7 (diff)
downloaddexon-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.rst10
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
******************