From cbdff442ada2bc317a26160fbe64f76713fe3f80 Mon Sep 17 00:00:00 2001 From: Peder Holt Date: Fri, 5 Oct 2007 07:06:13 +0000 Subject: [PATCH] Update typeof emulation to support Borland 5.9.2 [SVN r39691] --- include/boost/typeof/typeof.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/typeof/typeof.hpp b/include/boost/typeof/typeof.hpp index ca19115..165ef95 100755 --- a/include/boost/typeof/typeof.hpp +++ b/include/boost/typeof/typeof.hpp @@ -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