Borland bug check needs to check for version 0x570

[SVN r15492]
This commit is contained in:
John Maddock
2002-09-24 11:39:23 +00:00
parent b7def3b7d4
commit d4e4f05b81

View File

@@ -22,8 +22,9 @@
// templates; Borland "forgets" them from the very beginning (if the owner
// class is a class template).
#if defined(__MWERKS__) && __MWERKS__ <= 0x3001 \
|| defined(__BORLANDC__) && __BORLANDC__ <= 0x560
|| defined(__BORLANDC__) && __BORLANDC__ <= 0x570
# define BOOST_NO_DEFAULT_TEMPLATE_PARAMETERS_IN_NESTED_TEMPLATES
#endif
#endif // BOOST_MPL_AUX_CONFIG_DTP_HPP_INCLUDED