diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-05-25 23:56:16 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-05-25 23:56:16 +0200 |
commit | 16aa10dfe101da99c402657a420dbf2785ca4a2a (patch) | |
tree | fe09859da8d0f80bd44ed2d84506c57744ac88a6 /doc | |
parent | 36a398d96fb001b157592eecc798bb846bd4525f (diff) | |
download | Nim-16aa10dfe101da99c402657a420dbf2785ca4a2a.tar.gz |
fixes #10038; deprecate generic methods, they are unreliable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 53f900ae3..00635fefc 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -3526,6 +3526,8 @@ the effects that a call to ``m`` might cause. **Note**: Compile-time execution is not (yet) supported for methods. +**Note**: Starting from Nim 0.20, generic methods are deprecated. + Inhibit dynamic method resolution via procCall ----------------------------------------------- |