fixup! WIP: posts: add mutiple-dispatch-in-c++
This commit is contained in:
parent
80ef143ef2
commit
ab2fd4bb69
|
@ -103,7 +103,7 @@ struct Filesystem {
|
||||||
|
|
||||||
You can then write `PosixFilesystem` which makes use of the POSIX API and
|
You can then write `PosixFilesystem` which makes use of the POSIX API and
|
||||||
interact with actual on-disk data, `MockFilesystem` which only works in-memory
|
interact with actual on-disk data, `MockFilesystem` which only works in-memory
|
||||||
and can be used for tests only, etc...
|
and can be used for testing, etc...
|
||||||
|
|
||||||
## Double dispatch
|
## Double dispatch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue