2008年6月24日星期二

c++ destructors that emit exceptions

[c++ destructors that emit exceptions]

Premature program termination or undefined behavior can result from destructors emitting exceptions even without using containers and arrays. C++ does not like destructors that emit exceptions!

0 意見: