lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 78f65eb9 2/4: Replace stale URLs


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 78f65eb9 2/4: Replace stale URLs
Date: Tue, 12 Jul 2022 17:53:10 -0400 (EDT)

branch: master
commit 78f65eb93484f6b83a431d3298edbb753a40739c
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Replace stale URLs
---
 bourn_cast.hpp | 2 +-
 rtti_lmi.hpp   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bourn_cast.hpp b/bourn_cast.hpp
index b60e7d4c..81c2c303 100644
--- a/bourn_cast.hpp
+++ b/bourn_cast.hpp
@@ -205,7 +205,7 @@ constexpr To bourn_cast(From from, std::true_type, 
std::false_type)
 /// The underlying idea is discussed here:
 ///   
https://groups.google.com/forum/#!original/comp.std.c++/WHu6gUiwXkU/ZyV_ejRrXFYJ
 /// and here:
-///   
http://www.two-sdg.demon.co.uk/curbralan/code/numeric_cast/numeric_cast.hpp
+///   
https://web.archive.org/web/20191015161113/http://www.two-sdg.demon.co.uk/curbralan/code/numeric_cast/numeric_cast.hpp
 /// and embodied in Kevlin Henney's original boost:numeric_cast,
 /// distributed under the GPL-compatible Boost Software License.
 
diff --git a/rtti_lmi.hpp b/rtti_lmi.hpp
index 17086548..e20d704d 100644
--- a/rtti_lmi.hpp
+++ b/rtti_lmi.hpp
@@ -90,7 +90,7 @@ namespace lmi
 /// std::type_info is not Copyable, so a deep copy is not possible;
 /// neither is it necessary, because a std::type_info object is, in
 /// effect, a smart pointer managed by the implementation.
-///   http://www.two-sdg.demon.co.uk/curbralan/papers/RTTI.html
+///   
https://web.archive.org/web/20200115093104/http://www.two-sdg.demon.co.uk/curbralan/papers/RTTI.html
 /// "This is one of the few cases in C++ programming where it is
 /// reasonable for a programmer to take the address associated with a
 /// reference and hold onto it for later use:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]