Skip to content

Commit

Permalink
Revert "Document move limitations" (#23778)
Browse files Browse the repository at this point in the history
Reverts #23763

Too vague and fear inducing.
  • Loading branch information
Araq authored Jul 1, 2024
1 parent 288d5c4 commit d78ccbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/mm.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ where code size matters and you know that your code does not produce cycles, you
use `--mm:arc`. Notice that the default `async`:idx: implementation produces cycles
and leaks memory with `--mm:arc`, in other words, for `async` you need to use `--mm:orc`.

Only ARC/ORC support move semantics, destructors, `sink`, `cursor`, `acyclic`.


Other MM modes
Expand Down

0 comments on commit d78ccbc

Please sign in to comment.