forked from boostorg/typeof
Update typeof emulation to support Borland 5.9.2
[SVN r39691]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user