Ticket #1319: strong_typedef071013.diff

File strong_typedef071013.diff, 552 bytes (added by Nicola Musatti, 15 years ago)
  • strong_typedef.hpp

     
    2525#include <boost/config.hpp>
    2626#include <boost/operators.hpp>
    2727
    28 #if !defined(__BORLANDC__)
     28#if !defined(__BORLANDC__) || __BORLANDC__ >= 0x590
    2929    #define BOOST_STRONG_TYPEDEF(T, D)                              \
    3030    struct D                                                        \
    3131        : boost::totally_ordered1< D                                \