forked from boostorg/integer
Fix a broken link to the Microsoft KB.
This commit is contained in:
@ -254,7 +254,7 @@ public:
|
|||||||
|
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC,<1300)
|
#if BOOST_WORKAROUND(BOOST_MSVC,<1300)
|
||||||
// MSVC 6.0 lacks operator<< for __int64, see
|
// 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)
|
inline ostream& operator<<(ostream& os, __int64 i)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user