[call traits] patch for Borland BCB6

7 Jun
2005
7 Jun
'05
7:20 a.m.
The version check in the existing Borland workaround has not been kept up to date - see patch below: cvs diff -w boost\detail\call_traits.hpp (in directory D:\Projects\boost) Index: boost/detail/call_traits.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/detail/call_traits.hpp,v retrieving revision 1.13 diff -w -r1.13 call_traits.hpp 94c94 < #if defined(__BORLANDC__) && (__BORLANDC__ <= 0x560) ---
#if BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT( 0x564 ) )
-- AlisdairM
7325
Age (days ago)
7325
Last active (days ago)
1 comments
2 participants
participants (2)
-
AlisdairM
-
John Maddock