Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / integer / test / common_factor_test.cpp
index 0b933b8..9edb080 100644 (file)
@@ -254,7 +254,7 @@ public:
 
 #if BOOST_WORKAROUND(BOOST_MSVC,<1300)
 // MSVC 6.0 lacks operator<< for __int64, see
-// http://support.microsoft.com/default.aspx?scid=kb;en-us;168440
+// https://support.microsoft.com/kb/168440/
 
 inline ostream& operator<<(ostream& os, __int64 i)
 {