Boost logo

Boost-Commit :

From: peder.holt_at_[hidden]
Date: 2007-10-05 03:06:18


Author: burbelgruff
Date: 2007-10-05 03:06:13 EDT (Fri, 05 Oct 2007)
New Revision: 39691
URL: http://svn.boost.org/trac/boost/changeset/39691

Log:
Update typeof emulation to support Borland 5.9.2
Text files modified:
   trunk/boost/typeof/typeof.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/typeof/typeof.hpp
==============================================================================
--- trunk/boost/typeof/typeof.hpp (original)
+++ trunk/boost/typeof/typeof.hpp 2007-10-05 03:06:13 EDT (Fri, 05 Oct 2007)
@@ -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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk