Borland 5.6 version bump

[SVN r15428]
This commit is contained in:
Aleksey Gurtovoy
2002-09-18 02:03:05 +00:00
parent 33d4bc1390
commit 15e26ccfb7

View File

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