X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fbimap%2Ftest%2Fcompile_fail%2Ftest_bimap_info_1.cpp;h=b8afeb295cd3fb1577ea49554253df9bddf446e7;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=e25361926b51c24025513e3414ac361b2f97a4bf;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/libs/bimap/test/compile_fail/test_bimap_info_1.cpp b/ceph/src/boost/libs/bimap/test/compile_fail/test_bimap_info_1.cpp index e25361926..b8afeb295 100644 --- a/ceph/src/boost/libs/bimap/test/compile_fail/test_bimap_info_1.cpp +++ b/ceph/src/boost/libs/bimap/test/compile_fail/test_bimap_info_1.cpp @@ -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.