タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

exceptionに関するholysugarのブックマーク (2)

  • Exception-Safety in Generic Components

    Exception-Safety in Generic Components Lessons Learned from Specifying Exception-Safety for the C++ Standard Library David Abrahams david.abrahams@rcn.com 概要 この文書は実世界の必要性に対する応答の中で蓄積された知識を表す: つまり、 C++ 標準テンプレートライブラリは、役立つ、そして明確な例外との相互作用を示し、 エラー捕捉の機構は C++ 言語の中核に組み込まれている。 この文書では、例外安全性の意味を探求し、例外と汎用性についての驚くべき神話を明らかにし、 プログラムの正当性を理由付けるための価値ある道具について述べ、 例外安全性を実証するための自動化されたテストの手続きを概説する。 Keywords: exception-sa

  • Exception-Safety in Generic Components

    Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Lessons Learned from Specifying Exception-Safety for the C++ Standard Library David Abrahams dave@boostpro.com Abstract. This paper represents the knowledge accumulated in response to a real-world need: that the C++ Standard Tem

  • 1