libluna: Disable implicit Vector copying #28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think Vector copying should be handled similarly to String copying, where implicit copies are disabled using String(const String&) = delete; and instead use a special method.
This should be done for two reasons:
This is just a TODO reminder for now, as I'm working on public API documentation as of right now.