]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bimap/example/bimap_and_boost/typeof.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / bimap / example / bimap_and_boost / typeof.cpp
index 3cd99c6b282e572d4af81b17bf068c8c0a115f13..dac1015e16775ec2811ccfa422a4b7787019ba79 100644 (file)
@@ -8,7 +8,7 @@
 
 //  VC++ 8.0 warns on usage of certain Standard Library and API functions that
 //  can be cause buffer overruns or other possible security issues if misused.
-//  See http://msdn.microsoft.com/msdnmag/issues/05/05/SafeCandC/default.aspx
+//  See https://web.archive.org/web/20071014014301/http://msdn.microsoft.com/msdnmag/issues/05/05/SafeCandC/default.aspx
 //  But the wording of the warning is misleading and unsettling, there are no
 //  portable alternative functions, and VC++ 8.0's own libraries use the
 //  functions in question. So turn off the warnings.