Rollup merge of #133622 - mkroening:exception-blog, r=cuviper
update link to "C++ Exceptions under the hood" blog
The link was introduced in 0ec321f7b5
. For the old link, see https://web.archive.org/web/20170409223244/https://monoinfinito.wordpress.com/series/exception-handling-in-c/. The blog has migrated from WordPress to Blogger in 2021 and to GitHub pages in 2024.
This commit is contained in:
commit
5d87be3b3c
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
//! documents linked from it.
|
||||
//! These are also good reads:
|
||||
//! * <https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html>
|
||||
//! * <https://monoinfinito.wordpress.com/series/exception-handling-in-c/>
|
||||
//! * <https://nicolasbrailo.github.io/blog/projects_texts/13exceptionsunderthehood.html>
|
||||
//! * <https://www.airs.com/blog/index.php?s=exception+frames>
|
||||
//!
|
||||
//! ## A brief summary
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
//! documents linked from it.
|
||||
//! These are also good reads:
|
||||
//! * <https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html>
|
||||
//! * <https://monoinfinito.wordpress.com/series/exception-handling-in-c/>
|
||||
//! * <https://nicolasbrailo.github.io/blog/projects_texts/13exceptionsunderthehood.html>
|
||||
//! * <https://www.airs.com/blog/index.php?s=exception+frames>
|
||||
//!
|
||||
//! ## A brief summary
|
||||
|
|
Loading…
Add table
Reference in a new issue