Great!
Great!
Posted May 22, 2015 13:43 UTC (Fri) by jwakely (subscriber, #60262)In reply to: Great! by ncm
Parent article: Rust 1.0 released
And since C++11 you have to advertise your stupidity by putting noexcept(false) on the destructor, otherwise if it tries to throw it will terminate the program. That's a pretty big incentive to avoid throwing from destructors.