Catching by Reference
Why should exceptions be caught by const reference (catch (const std::exception& e)) rather than by value (catch (std::exception e))?
Sign in to answer questions and track your progress
Sign InWhy should exceptions be caught by const reference (catch (const std::exception& e)) rather than by value (catch (std::exception e))?
Sign in to answer questions and track your progress
Sign In