I may wish to run code that might throw an exception in my exception handler.
Is the following C++ structure acceptable?
Are there any drawbacks if so?
try
{
// ...
}
catch (const ...READ MORE
Aug 5, 2022
in C++
by
Nicholas
• 7,760 points
•
1,082 views