fixes #10038; deprecate generic methods, they are unreliable

This commit is contained in:
Andreas Rumpf
2019-05-25 23:56:16 +02:00
parent 36a398d96f
commit 16aa10dfe1
3 changed files with 8 additions and 3 deletions

View File

@@ -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
-----------------------------------------------