Update typeof emulation to support Borland 5.9.2

[SVN r39691]
This commit is contained in:
Peder Holt 2007-10-05 07:06:13 +00:00
parent f576bcf847
commit cbdff442ad

View File

@ -132,7 +132,7 @@
# endif
#elif defined(__BORLANDC__)
# if (__BORLANDC__ < 0x600)
# if (__BORLANDC__ < 0x590)
# define BOOST_TYPEOF_NO_FUNCTION_TYPES
# define BOOST_TYPEOF_NO_MEMBER_FUNCTION_TYPES
# endif