$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: nicola.musatti_at_[hidden]
Date: 2007-10-13 03:22:23
Author: nmusatti
Date: 2007-10-13 03:22:22 EDT (Sat, 13 Oct 2007)
New Revision: 39968
URL: http://svn.boost.org/trac/boost/changeset/39968
Log:
Updated to support C++Builder 2007 Update 3 (bcc32 5.9.2)
Text files modified: 
   branches/bcbboost/boost/strong_typedef.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/bcbboost/boost/strong_typedef.hpp
==============================================================================
--- branches/bcbboost/boost/strong_typedef.hpp	(original)
+++ branches/bcbboost/boost/strong_typedef.hpp	2007-10-13 03:22:22 EDT (Sat, 13 Oct 2007)
@@ -25,7 +25,7 @@
 #include <boost/config.hpp>
 #include <boost/operators.hpp>
 
-#if !defined(__BORLANDC__)
+#if !defined(__BORLANDC__) || __BORLANDC__ >= 0x590
     #define BOOST_STRONG_TYPEDEF(T, D)                              \
     struct D                                                        \
         : boost::totally_ordered1< D                                \