Changes between Initial Version and Version 1 of Ticket #9379, comment 2
- Timestamp:
- Nov 16, 2013, 8:42:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9379, comment 2
initial v1 1 1 Hi experts, 2 2 The problem can be reproduced easily, 3 4 {{{ 3 5 uname -a 4 6 HP-UX B.11.23 U ia64 5 7 6 8 $gcc -v 7 gcc version 4.6.3 (GCC) 9 gcc version 4.6.3 (GCC) 10 }}} 11 8 12 9 13 $cat thread.cpp 10 14 11 15 < 16 17 {{{ 12 18 #include <string> 13 19 #include <iostream> … … 47 53 } 48 54 55 }}} 56 49 57 > 50 58 59 60 {{{ 51 61 Error: 52 62 < … … 67 77 boost_1_55_0/boost/thread/pthread/condition_variable_fwd.hpp: In member function 'boost::cv_status boost::condition_variable::wait_for(boost::unique_lock<boost::mutex>&, const boost::chrono::duration<Rep, Period>&)': 68 78 > 79 }}} 69 80 81