Changes between Initial Version and Version 1 of Ticket #9379, comment 19
- Timestamp:
- Jan 25, 2015, 2:33:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9379, comment 19
initial v1 8 8 3. with some modification based on your patch, the bug is verified to be fixed!!!! 9 9 4. please kindly let me know if you want any operation/verification under HP-UX, I'd like to do that. 10 11 {{{ 10 12 --------------------config.hpp------------------------------ 11 13 #ifndef BOOST_CHRONO_CONFIG_HPP … … 222 224 #endif // BOOST_CHRONO_HEADER_ONLY 223 225 #endif // BOOST_CHRONO_CONFIG_HPP 226 }}} 227 224 228 225 229 … … 227 231 228 232 233 234 {{{ 229 235 #include <time.h> // for clock_gettime 230 236 … … 363 369 364 370 365 366 371 }}} 372 373 374