Ticket #7940: config.hpp.diff

File config.hpp.diff, 466 bytes (added by p.brockamp@…, 10 years ago)

BOOST_CHRONO_HAS_PROCESS_CLOCKS may not be defined for vxWorks

  • config.hpp

     
    8989#     undef BOOST_CHRONO_HAS_THREAD_CLOCK
    9090#     undef BOOST_CHRONO_THREAD_CLOCK_IS_STEADY
    9191#   endif
     92#   if defined(__VXWORKS__)
     93#     undef BOOST_CHRONO_HAS_PROCESS_CLOCKS
     94#   endif
    9295# endif
    9396
    9497#if defined(BOOST_CHRONO_THREAD_DISABLED) && defined(BOOST_CHRONO_HAS_THREAD_CLOCK)