Ticket #4953: print.hpp.diff

File print.hpp.diff, 537 bytes (added by Rich McKeever <richmckeever@…>, 12 years ago)
  • boost/boost/mpl/print.hpp

  • /

    old new  
    5757# if defined(__EDG_VERSION__)
    5858           aux::dependent_unsigned<T>::value > -1
    5959# else
    60            sizeof(T) > -1
     60           sizeof(T) >= 0
    6161# endif
    6262        };
    6363#endif