Previous commit was buggy, test should be < not <=.

[SVN r27765]
This commit is contained in:
John Maddock
2005-03-22 10:55:03 +00:00
parent 28cad00cb4
commit 221a4bacb8

View File

@ -57,7 +57,7 @@
# define BOOST_NO_INTEGRAL_INT64_T
# endif
# if (__SUNPRO_CC <= 0x570)
# if (__SUNPRO_CC < 0x570)
# define BOOST_NO_TEMPLATE_TEMPLATES
// see http://lists.boost.org/MailArchives/boost/msg47184.php
// and http://lists.boost.org/MailArchives/boost/msg47220.php