Delete copy constructor and copy operator (#638)

Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
This commit is contained in:
Nick Fistere
2023-05-16 11:33:41 -05:00
committed by GitHub
parent 4d77353852
commit 9bfa241627
2 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ current (development)
- Feature: Support `ResizableSplit` with customizable separator.
- Breaking: MenuDirection enum is renamed Direction
- Fix: Remove useless new line when using an alternative screen.
- Breaking/Fix: Remove `ComponentBase` copy constructor/assignment.
### Dom
- Feature: Add the dashed style for border and separator.