Skip to content
Commit c7cd2925 authored by Cristian Oneț's avatar Cristian Oneț
Browse files

Use exceptions the proper way, that is throw them by value and catch

them by const reference.

This way we don't need to worry about memory management (we had a few
leaks signaled by unused parameter warnings in the catch statement
on msvc).
parent 204b1469
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment