It is given that resource acquisition fails when using the Resource Acquisition Is Initialization in C++.
What happens to all resources acquired by every fully-constructed member and base subobject as a result of this?
Options
- They are released in reverse order of initialization.
- They are released in reverse order of acquisition
- They are destroyed
- None of these