Ticket #2341: call_traits.patch

File call_traits.patch, 529 bytes (added by Nicola Musatti, 14 years ago)
  • call_traits.hpp

     
    9292   typedef T& param_type;  // hh removed const
    9393};
    9494
    95 #if BOOST_WORKAROUND( __BORLANDC__,  BOOST_TESTED_AT( 0x581 ) )
     95#if BOOST_WORKAROUND( __BORLANDC__,  < 0x5A0 )
    9696// these are illegal specialisations; cv-qualifies applied to
    9797// references have no effect according to [8.3.2p1],
    9898// C++ Builder requires them though as it treats cv-qualified