Apply patch from 7452.

Refs #7452.

[SVN r83009]
This commit is contained in:
John Maddock
2013-02-19 16:33:14 +00:00
parent 02602b9139
commit 16c1d684c0

View File

@ -20,7 +20,7 @@
# define BOOST_NO_TYPEID
#endif
#if defined(__int64)
#if defined(__int64) && !defined(__GNUC__)
# define BOOST_HAS_MS_INT64
#endif