|
|
|
|
|
by PaulDavisThe1st
1650 days ago
|
|
> In order to have a reasonably complete language that has RAII and value types, you must also have: - constructors - destructors - overloadable copy assignment operators - placement new - move semantics and rvalue references C++ didn't have move semantics at all until several decades after it had RAII. |
|