mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
recover link to multimethods paper, closes #1975
This commit is contained in:
@@ -4288,7 +4288,7 @@ This rule becomes even better if C++ gets ["uniform function call"](http://www.o
|
|||||||
The language requires `virtual` functions to be members, and not all `virtual` functions directly access data.
|
The language requires `virtual` functions to be members, and not all `virtual` functions directly access data.
|
||||||
In particular, members of an abstract class rarely do.
|
In particular, members of an abstract class rarely do.
|
||||||
|
|
||||||
Note [multi-methods](https://parasol.tamu.edu/~yuriys/papers/OMM10.pdf).
|
Note [multi-methods](https://web.archive.org/web/20200605021759/https://parasol.tamu.edu/~yuriys/papers/OMM10.pdf).
|
||||||
|
|
||||||
##### Exception
|
##### Exception
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user