Exception-Safety in Generic Components
暂无分享,去创建一个
This paper represents the knowledge accumulated in response to a real-world need: that the C++ Standard Template Library exhibit useful and well-defined interactions with exceptions, the error-handling mechanism built-in to the core C++ language.It explores the meaning of exception-safety, reveals surprising myths about exceptions and genericity, describes valuable tools for reasoning about program correctness, and outlines an automated testing procedure for verifying exception-safety.
[1] Tom Cargill. Exception handling: a false sense of security , 1996 .
[2] Bjarne Stroustrup,et al. The Design and Evolution of C , 1994 .
[3] David R. Musser,et al. Introspective Sorting and Selection Algorithms , 1997, Softw. Pract. Exp..