Merge pull request #20 from tinko92/develop

Fixes a broken link to the Microsoft KB.
This commit is contained in:
Glen Fernandes
2019-04-24 05:32:58 +10:00
committed by GitHub

View 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)
{