Ticket #4052: changeset_r60861.diff

File changeset_r60861.diff, 528 bytes (added by Denis Taniguchi <denis.taniguchi@…>, 13 years ago)
  • boost/type_traits.hpp

     
    1616#include "boost/type_traits/add_reference.hpp"
    1717#include "boost/type_traits/add_volatile.hpp"
    1818#include "boost/type_traits/alignment_of.hpp"
    19 #ifndef __BORLANDC__
     19#if !defined(__BORLANDC__) && !defined(__CUDACC__)
    2020#include "boost/type_traits/has_new_operator.hpp"
    2121#endif
    2222#include "boost/type_traits/has_nothrow_assign.hpp"