Changes between Initial Version and Version 1 of Ticket #9379, comment 19


Ignore:
Timestamp:
Jan 25, 2015, 2:33:40 PM (8 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9379, comment 19

    initial v1  
    883. with some modification based on your patch, the bug is verified to be fixed!!!!
    994. please kindly let me know if you want any operation/verification under HP-UX, I'd like to do that.
     10
     11{{{
    1012--------------------config.hpp------------------------------
    1113#ifndef BOOST_CHRONO_CONFIG_HPP
     
    222224#endif // BOOST_CHRONO_HEADER_ONLY
    223225#endif // BOOST_CHRONO_CONFIG_HPP
     226}}}
     227
    224228
    225229
     
    227231
    228232
     233
     234{{{
    229235#include <time.h>  // for clock_gettime
    230236
     
    363369
    364370
    365 
    366 
     371}}}
     372
     373
     374