Ticket #6918: config.hpp.patch

File config.hpp.patch, 439 bytes (added by artem.goncharov@…, 10 years ago)

this patch helped me to get it complied and working with GCC on HP-UX

  • config.hpp

     
    9292#     undef BOOST_CHRONO_HAS_THREAD_CLOCK
    9393#     undef BOOST_CHRONO_THREAD_CLOCK_IS_STEADY
    9494#   endif
    95 #   if defined(__HP_aCC) && defined(__hpux)
     95#   if (defined(__HP_aCC) || defined(__GNUC__)) && defined(__hpux)
    9696#     undef BOOST_CHRONO_HAS_THREAD_CLOCK
    9797#     undef BOOST_CHRONO_THREAD_CLOCK_IS_STEADY
    9898#   endif