set BOOST_NO_MEMBER_TEMPLATE_FRIENDS for vc 8.0

[SVN r24423]
This commit is contained in:
Robert Ramey
2004-08-12 01:24:36 +00:00
parent d43935d3e0
commit 85dda2ca36

View File

@ -65,7 +65,7 @@
# define BOOST_NO_SWPRINTF
#endif
#if _MSC_VER <= 1310
#if _MSC_VER <= 1400 // 1400 == VC++ 8.0
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
#endif