Skip to content

Commit

Permalink
update link to "C++ Exceptions under the hood" blog
Browse files Browse the repository at this point in the history
The link was introduced in 0ec321f.
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.
  • Loading branch information
mkroening authored and gitbot committed Feb 20, 2025
1 parent 468ae7a commit 5f4a51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panic_unwind/src/gcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion std/src/sys/personality/gcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f4a51c

Please sign in to comment.