Ticket #7653: boost-tr1-vc11-complex-overloads.diff

File boost-tr1-vc11-complex-overloads.diff, 443 bytes (added by frank.richter@…, 10 years ago)

TR1: Define BOOST_HAS_TR1_COMPLEX_OVERLOADS on VC11

  • boost/tr1/detail/config.hpp

    diff -ru boost_1_52_0.org/boost/tr1/detail/config.hpp boost_1_52_0/boost/tr1/detail/config.hpp
    old new  
    159159#  if _MSC_VER >= 1600
    160160#     define BOOST_HAS_CPP_0X
    161161#  endif
     162#  if _MSC_VER >= 1700
     163#     define BOOST_HAS_TR1_COMPLEX_OVERLOADS
     164#  endif
    162165#endif
    163166
    164167#include <boost/config.hpp>