Currently, classes depend on default class ctors, we need to try to apply rule of three, where needed: https://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming) Other references: - https://en.cppreference.com/w/cpp/language/rule_of_three
Currently, classes depend on default class ctors, we need to try to apply rule of three, where needed: https://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming)
Other references: